Fix the API to check if a device is enrolled

try-it-mail-fix
Arshana 1 year ago
parent 693e3a51d5
commit 9c7fd9027e

@ -838,9 +838,9 @@ public interface DeviceManagementService {
Response getDeviceByIdList(List<String> deviceIds);
@PUT
@GET
@Produces(MediaType.APPLICATION_JSON)
@Path("/{type}/{id}")
@Path("/{type}/{id}/status")
@ApiOperation(
produces = MediaType.APPLICATION_JSON,
httpMethod = "GET",

Loading…
Cancel
Save