mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix the API to check if a device is enrolled
This commit is contained in:
parent
693e3a51d5
commit
9c7fd9027e
@ -838,9 +838,9 @@ public interface DeviceManagementService {
|
|||||||
Response getDeviceByIdList(List<String> deviceIds);
|
Response getDeviceByIdList(List<String> deviceIds);
|
||||||
|
|
||||||
|
|
||||||
@PUT
|
@GET
|
||||||
@Produces(MediaType.APPLICATION_JSON)
|
@Produces(MediaType.APPLICATION_JSON)
|
||||||
@Path("/{type}/{id}")
|
@Path("/{type}/{id}/status")
|
||||||
@ApiOperation(
|
@ApiOperation(
|
||||||
produces = MediaType.APPLICATION_JSON,
|
produces = MediaType.APPLICATION_JSON,
|
||||||
httpMethod = "GET",
|
httpMethod = "GET",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user