For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Request a review of a project snapshot

POST 

/project-snapshots/:projectSnapshotKey/review-requests

Marks the project snapshot as awaiting review and returns the created review request. A snapshot has at most one review request: requesting a review for a snapshot that already has one is rejected with 409, even after that request has been reviewed. A reviewed snapshot can therefore never be re-requested; create a new snapshot to start another review round. Creating a request also supersedes any pending request on a different snapshot of the same project, so a project has at most one snapshot awaiting review at a time. Requesting a review adds a system-authored comment to the project's BPMN files.

Request​

Responses​

The review was requested successfully.