Policy Override
Policy Override Status
Update the status of the specified policy override. The status can be one of the following: "recall", "approve", or "reject".
post/api/3/policy_overrides/{id}/{status}
Path parameters
idinteger required
The identifier of the policy override.
Example:420
The identifier of the policy override.
status'recall' | 'approve' | 'reject' required
Policy Override Status
Request body
string required
A comment describing the change of the policy override status.
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.