Create Approval Decision
POST /v2/policy-approvals/{approvalId}/decisions
Creates an approval decision (either approves or rejects)
Required Permissions
Name
Conditions
Policies:Approvals:Approve
Always Required
Body
property
Type
Description
value
*
String - Required
Approved
or Denied
reason
String - Optional
Reason for decision.
{
"value": "Approved",
"reason": "This is exactly what we need",
}
Response
200 - Approval object
Same as the Get Approval response
Last updated