Reviews
Authorizations
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
POST /organizations/{organizationId}/approvals/{approvalId}/runs/{approvalRunId}/reviews HTTP/1.1
Host:
Authorization: Bearer jwt
Content-Type: application/json
Accept: */*
Content-Length: 38
{
"result": "approved",
"comment": "text"
}
No content
Last updated
Was this helpful?