Reviews

Review approval flow run

post
Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
organizationIdstringRequired

The organization ID

approvalIdstring · uuidRequired
approvalRunIdstring · uuidRequired
Body
resultstring · enumRequiredPossible values:
commentstringOptional
Responses
post
/organizations/{organizationId}/approvals/{approvalId}/runs/{approvalRunId}/reviews
POST /organizations/{organizationId}/approvals/{approvalId}/runs/{approvalRunId}/reviews HTTP/1.1
Host: api.bird.com
Authorization: AccessKey YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 38

{
  "result": "approved",
  "comment": "text"
}

No content

Last updated

Was this helpful?