curl --request PATCH \
--url https://api.example.com/v1/policies/{policy} \
--header 'Content-Type: application/json' \
--data '{}'{}Updates an existing organizational policy. Permissions required: bb.policies.update
curl --request PATCH \
--url https://api.example.com/v1/policies/{policy} \
--header 'Content-Type: application/json' \
--data '{}'{}The policy id.
The list of fields to update.
If set to true, and the policy is not found, a new policy will be created.
In this situation, update_mask is ignored.
The body is of type object.
OK
The response is of type object.
Was this page helpful?