Change permanent delete HTTP method

3.x.x
Amanda Randombage 5 years ago committed by Dharmakeerthi Lasantha
parent d813888923
commit 824403b97e

@ -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…
Cancel
Save