From d9b35c29cddba83ab0fb11e80bb48bbdcd7eb458 Mon Sep 17 00:00:00 2001 From: madhawap Date: Tue, 28 Jun 2016 15:04:04 +0530 Subject: [PATCH] swagger annotation fix to policy 'apply-changes' end point --- .../device/mgt/jaxrs/service/api/PolicyManagementService.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.api/src/main/java/org/wso2/carbon/device/mgt/jaxrs/service/api/PolicyManagementService.java b/components/device-mgt/org.wso2.carbon.device.mgt.api/src/main/java/org/wso2/carbon/device/mgt/jaxrs/service/api/PolicyManagementService.java index 0dc31a49fb..9b63bd0e47 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.api/src/main/java/org/wso2/carbon/device/mgt/jaxrs/service/api/PolicyManagementService.java +++ b/components/device-mgt/org.wso2.carbon.device.mgt.api/src/main/java/org/wso2/carbon/device/mgt/jaxrs/service/api/PolicyManagementService.java @@ -429,7 +429,9 @@ public interface PolicyManagementService { " the policy enforcement criteria . In a situation where you need to make changes to existing" + " policies (removing, activating, deactivating and updating) or add new policies, the existing" + " devices will not receive these changes immediately. Once all the required changes are made" + - " you need to apply the changes to push the policy changes to the existing devices.") + " you need to apply the changes to push the policy changes to the existing devices.", + tags = "Device Policy Management" + ) @ApiResponses( value = { @ApiResponse(