Reviews
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
204
OK
403
Forbidden operation
application/json
404
Resource not found
application/json
409
The HTTP 409 Conflict response status code indicates a request conflict with current state of the target resource.
application/json
post
/organizations/{organizationId}/approvals/{approvalId}/runs/{approvalRunId}/reviewsPOST /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?

