mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Change permanent delete HTTP method
This commit is contained in:
commit
d98564c39b
@ -248,7 +248,7 @@ public interface DeviceManagementAdminService {
|
||||
required = true)
|
||||
List<String> deviceIdentifiers);
|
||||
|
||||
@DELETE
|
||||
@PUT
|
||||
@Path("/permanent-delete")
|
||||
@ApiOperation(
|
||||
produces = MediaType.APPLICATION_JSON,
|
||||
|
||||
@ -136,7 +136,7 @@ public class DeviceManagementAdminServiceImpl implements DeviceManagementAdminSe
|
||||
}
|
||||
}
|
||||
|
||||
@DELETE
|
||||
@PUT
|
||||
@Override
|
||||
@Path("/permanent-delete")
|
||||
public Response deleteDevicesPermanently(List<String> deviceIdentifiers) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user