v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14100708545.5 KB

Updates an existing collaboration change request. This operation allows approval actions for pending change requests in collaborations (APPROVE, DENY, CANCEL, COMMIT).

For change requests without automatic approval, a member in the collaboration can manually APPROVE or DENY a change request. The collaboration owner can manually CANCEL or COMMIT a change request.

patch/collaborations/{collaborationIdentifier}/changeRequests/{changeRequestIdentifier}

Path parameters

collaborationIdentifierstring required

The unique identifier of the collaboration that contains the change request to be updated.

changeRequestIdentifierstring required

The unique identifier of the specific change request to be updated within the collaboration.

Request body

action'APPROVE' | 'DENY' | 'CANCEL' | 'COMMIT' required
<p>The action to perform on the change request. Valid values include APPROVE (approve the change), DENY (reject the change), CANCEL (cancel the request), and COMMIT (commit after the request is approved).</p> <p>For change requests without automatic approval, a member in the collaboration can manually APPROVE or DENY a change request. The collaboration owner can manually CANCEL or COMMIT a change request.</p>

Response

Success