mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge branch 'cloud-3.1.0' of https://github.com/wso2/carbon-device-mgt-plugins into cloud-3.1.0
This commit is contained in:
commit
71c93eec29
@ -56,7 +56,7 @@ import javax.ws.rs.core.Response;
|
|||||||
}
|
}
|
||||||
),
|
),
|
||||||
tags = {
|
tags = {
|
||||||
@Tag(name = "android_sense", description = "")
|
@Tag(name = "android_sense,device_management", description = "")
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
@Scopes(
|
@Scopes(
|
||||||
|
|||||||
@ -40,7 +40,7 @@ import javax.ws.rs.core.Response;
|
|||||||
}
|
}
|
||||||
),
|
),
|
||||||
tags = {
|
tags = {
|
||||||
@Tag(name = "arduino", description = "")
|
@Tag(name = "arduino,device_management", description = "")
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
@Scopes(
|
@Scopes(
|
||||||
|
|||||||
@ -39,7 +39,7 @@ import javax.ws.rs.core.Response;
|
|||||||
}
|
}
|
||||||
),
|
),
|
||||||
tags = {
|
tags = {
|
||||||
@Tag(name = "raspberrypi", description = "")
|
@Tag(name = "raspberrypi,device_management", description = "")
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
@Scopes(
|
@Scopes(
|
||||||
|
|||||||
@ -45,7 +45,7 @@ import javax.ws.rs.core.Response;
|
|||||||
}
|
}
|
||||||
),
|
),
|
||||||
tags = {
|
tags = {
|
||||||
@Tag(name = "virtual_firealarm", description = "")
|
@Tag(name = "virtual_firealarm,device_management", description = "")
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
@Scopes(
|
@Scopes(
|
||||||
|
|||||||
@ -58,7 +58,7 @@ import java.util.List;
|
|||||||
}
|
}
|
||||||
),
|
),
|
||||||
tags = {
|
tags = {
|
||||||
@Tag(name = "android", description = "")
|
@Tag(name = "android,device_management", description = "")
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
@Path("/admin/devices")
|
@Path("/admin/devices")
|
||||||
|
|||||||
@ -56,7 +56,7 @@ import java.util.List;
|
|||||||
}
|
}
|
||||||
),
|
),
|
||||||
tags = {
|
tags = {
|
||||||
@Tag(name = "android", description = "")
|
@Tag(name = "android,device_management", description = "")
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
@Api(value = "Android Device Management",
|
@Api(value = "Android Device Management",
|
||||||
|
|||||||
@ -55,7 +55,7 @@ import javax.ws.rs.core.Response;
|
|||||||
}
|
}
|
||||||
),
|
),
|
||||||
tags = {
|
tags = {
|
||||||
@Tag(name = "android", description = "")
|
@Tag(name = "android,device_management", 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.")
|
||||||
|
|||||||
@ -53,7 +53,7 @@ import javax.ws.rs.core.Response;
|
|||||||
}
|
}
|
||||||
),
|
),
|
||||||
tags = {
|
tags = {
|
||||||
@Tag(name = "android", description = "")
|
@Tag(name = "android,device_management", 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" +
|
||||||
|
|||||||
@ -62,7 +62,7 @@ import javax.ws.rs.core.Response;
|
|||||||
}
|
}
|
||||||
),
|
),
|
||||||
tags = {
|
tags = {
|
||||||
@Tag(name = "windows", description = "")
|
@Tag(name = "windows,device_management", description = "")
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
@Api(value = "Windows Configuration Management",
|
@Api(value = "Windows Configuration Management",
|
||||||
|
|||||||
@ -55,7 +55,7 @@ import java.util.List;
|
|||||||
}
|
}
|
||||||
),
|
),
|
||||||
tags = {
|
tags = {
|
||||||
@Tag(name = "windows", description = "")
|
@Tag(name = "windows,device_management", description = "")
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
@Api(value = "Windows Device Management Administrative Service",
|
@Api(value = "Windows Device Management Administrative Service",
|
||||||
|
|||||||
@ -51,7 +51,7 @@ import javax.ws.rs.core.Response;
|
|||||||
}
|
}
|
||||||
),
|
),
|
||||||
tags = {
|
tags = {
|
||||||
@Tag(name = "windows", description = "")
|
@Tag(name = "windows,device_management", description = "")
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
@Api(value = "Windows Binary Security Token Service",
|
@Api(value = "Windows Binary Security Token Service",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user