approval

Update an existing approval request

patch/v1/org/{orgId}/approval-chain/{approvalChainId}/request/{approvalRequestId}

Path parameters

orgIdstring required

Org identifier (either id or slug)

approvalChainIdstring required

Approval chain id

approvalRequestIdstring required

approval request id

Query parameters

previewJobIdstring

preview-as job id

targetApproverJobIdstring

jobId of the approver the caller is acting for as their approval delegate

Request body

status'CANCELED' | 'REJECTED' | 'PENDING' | 'ACTIVE' | 'REVIEWED' | 'APPROVED' | 'SKIPPED' | 'SUBMITTED' required
messagestring

Response

approval request updated

Changes

No recorded changes to this endpoint across all 9 revisions of this API.