Merge pull request #310 from madhawap/master

swagger annotation fix to policy 'apply-changes' end point
revert-70aa11f8
Dilan U. Ariyaratne 8 years ago committed by GitHub
commit 03ac7f53d9

@ -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(

Loading…
Cancel
Save