Last updated 1 year ago
Was this helpful?
/organizations/{organizationId}/approvals/{approvalId}/runs/{approvalRunId}/reviews
The organization ID
approved
rejected
canceled
OK
Forbidden operation
Resource not found
The HTTP 409 Conflict response status code indicates a request conflict with current state of the target resource.
curl -L \ --request POST \ --url '/organizations/{organizationId}/approvals/{approvalId}/runs/{approvalRunId}/reviews' \ --header 'Authorization: Bearer jwt' \ --header 'Content-Type: application/json' \ --data '{"result":"approved"}'
No body