Updating windows api path lockreset-devices to lock-reset-devices

This commit is contained in:
dilanua 2016-09-18 15:57:07 +05:30
parent 9d486a5a0a
commit d8ce43fe04

View File

@ -72,7 +72,7 @@ public interface DeviceManagementAdminService {
WindowsDeviceEnrolmentException;
@POST
@Path("/lockreset-devices")
@Path("/lock-reset-devices")
@Permission(name = "Lock-Reset Device", permission = "/device-mgt/devices/owning-device/operations/windows/lock-reset")
Response lockReset(@HeaderParam("Accept") String acceptHeader, List<String> deviceIds)
throws WindowsDeviceEnrolmentException;