mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Changing deactivate-policy api method to PUT
This commit is contained in:
parent
4549452634
commit
352643a421
@ -374,7 +374,7 @@ public interface PolicyManagementService {
|
|||||||
required = true)
|
required = true)
|
||||||
List<Integer> policyIds);
|
List<Integer> policyIds);
|
||||||
|
|
||||||
@POST
|
@PUT
|
||||||
@Path("/deactivate-policy")
|
@Path("/deactivate-policy")
|
||||||
@ApiOperation(
|
@ApiOperation(
|
||||||
consumes = MediaType.APPLICATION_JSON,
|
consumes = MediaType.APPLICATION_JSON,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user