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