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
- 200
- 401
- 403
- 404
- 409
- 500
The review was requested successfully.
The request lacks valid authentication credentials.
Response Headers
Forbidden. The request is not allowed.
The requested resource was not found.
A conflict occurred while processing the request.
An internal error occurred while processing the request.