Update a policy
Updates the specified policy by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Authorizations
Enter your JWT bearer token.
Path Parameters
The unique identifier for the policy.
"a1b2c3d4-e5f6-7890-1234-567890abcdef"
Body
A human-readable name for the policy.
100"Branch Office Policy"
A list of CIDR networks that are considered trusted across all services in this policy.
A valid IPv4 CIDR notation.
Whether custom input rules are being used.
true
An array of Site UUIDs to apply this policy to upon creation or update.
["d290f1ee-6c54-4b01-90e6-d701748f0851"]Response
The updated policy object.
The unique identifier for the policy.
"a1b2c3d4-e5f6-7890-1234-567890abcdef"
A human-readable name for the policy.
"Default Corporate Policy"
A unique, URL-friendly identifier for the policy.
"default-corporate-policy-a1b2c3d4e5"
Whether this is the default policy for the workspace.
true
Whether custom input rules are being used.
true
A list of CIDR networks that are considered trusted across all services in this policy.
A list of Site UUIDs that this policy is applied to.
["d290f1ee-6c54-4b01-90e6-d701748f0851"]The timestamp when the policy was created.
"2025-10-29T01:00:00Z"
The timestamp when the policy was last updated.
"2025-10-29T02:30:00Z"