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)
|
required = true)
|
||||||
List<String> deviceIdentifiers);
|
List<String> deviceIdentifiers);
|
||||||
|
|
||||||
@DELETE
|
@PUT
|
||||||
@Path("/permanent-delete")
|
@Path("/permanent-delete")
|
||||||
@ApiOperation(
|
@ApiOperation(
|
||||||
produces = MediaType.APPLICATION_JSON,
|
produces = MediaType.APPLICATION_JSON,
|
||||||
|
|||||||
@ -136,7 +136,7 @@ public class DeviceManagementAdminServiceImpl implements DeviceManagementAdminSe
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@DELETE
|
@PUT
|
||||||
@Override
|
@Override
|
||||||
@Path("/permanent-delete")
|
@Path("/permanent-delete")
|
||||||
public Response deleteDevicesPermanently(List<String> deviceIdentifiers) {
|
public Response deleteDevicesPermanently(List<String> deviceIdentifiers) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user