mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Added new agent with policy fix
This commit is contained in:
parent
2517b7b385
commit
fd82cfcddd
@ -204,7 +204,7 @@ public interface DeviceManagementService {
|
|||||||
@ApiResponse(
|
@ApiResponse(
|
||||||
code = 500,
|
code = 500,
|
||||||
message = "Internal Server Error. \n " +
|
message = "Internal Server Error. \n " +
|
||||||
"Server error occurred while adding a new policy.")
|
"Server error occurred while adding a new device.")
|
||||||
})
|
})
|
||||||
@Permission(name = "Enroll Device", permission = "/device-mgt/devices/enroll/android")
|
@Permission(name = "Enroll Device", permission = "/device-mgt/devices/enroll/android")
|
||||||
Response enrollDevice(@ApiParam(name = "device", value = "Device Information to be enroll")
|
Response enrollDevice(@ApiParam(name = "device", value = "Device Information to be enroll")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user