mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Updating windows api path lockreset-devices to lock-reset-devices
This commit is contained in:
parent
9d486a5a0a
commit
d8ce43fe04
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user