Merge pull request #503 from inoshperera/release-3.0.x

Release 3.0.x
revert-dabc3590
Rasika Perera 8 years ago committed by GitHub
commit 227ab120a7

@ -57,7 +57,7 @@ import java.util.List;
} }
), ),
tags = { tags = {
@Tag(name = "devicemgt_android", description = "") @Tag(name = "android", description = "")
} }
) )
@Path("/admin/devices") @Path("/admin/devices")

@ -64,7 +64,7 @@ import java.util.List;
} }
), ),
tags = { tags = {
@Tag(name = "devicemgt_android", description = "") @Tag(name = "android", description = "")
} }
) )
@Api(value = "Android Device Management", @Api(value = "Android Device Management",

@ -54,7 +54,7 @@ import javax.ws.rs.core.Response;
} }
), ),
tags = { tags = {
@Tag(name = "devicemgt_android", description = "") @Tag(name = "android", description = "")
} }
) )
@Api(value = "Android Configuration Management", description = "This API carries all the resource used to mange the Android platform configurations.") @Api(value = "Android Configuration Management", description = "This API carries all the resource used to mange the Android platform configurations.")

@ -52,7 +52,7 @@ import javax.ws.rs.core.Response;
} }
), ),
tags = { tags = {
@Tag(name = "devicemgt_android", description = "") @Tag(name = "android", description = "")
} }
) )
@Api(value = "Event Receiver", description = "Event publishing/retrieving related APIs. To enable event publishing/retrieving you need to" + @Api(value = "Event Receiver", description = "Event publishing/retrieving related APIs. To enable event publishing/retrieving you need to" +

Loading…
Cancel
Save