Create Approval Decision

POST /v2/policy-approvals/{approvalId}/decisions

Creates an approval decision (either approves or rejects)

Required Permissions

NameConditions

Policies:Approvals:Approve

Always Required

Body

propertyTypeDescription

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