Connectors
...
Actions
Update a Policy
4 min
description enable or disable a specific symantec dlp policy by using the provided policy id required inputs include 'policyid' and 'enable' endpoint url /protectmanager/webservices/v2/policy/{{policyid}} method put inputs path parameters (object) – required policyid (number) – required the policy id json body (object) – required enable (boolean) – required set true when you want to activate the policy, set false when you want to deactivate the policy output example \[ { "status code" 200, "response headers" {}, "reason" "ok", "json body" "policy is updated successfully " } ] output parameters status code (number) reason (string) json body (string)