POST /review-issues/{reviewReleaseIssue}/notes
Submit a note on a review issue
Attach a user-supplied note to a review release issue that is open for customer response. Each POST APPENDS a new note to the issue's conversation thread — prior notes are preserved, each keeping its own LLM verdict. The returned id identifies the newly-created note.
Notes can only be submitted when the release is in a state where the
customer is the actor (require_changes or draft), the underlying
issue is confirmed, and the issue definition allows user notes.
Authorization: the caller must be able to update the release that owns this review issue. Only customer-surfaceable issues (exposure is customer_safe or submitter_visible) on the release's active review can receive notes — internal-only issues and stale-review issues return 404 to avoid leaking their existence.
Parameters
- reviewReleaseIssue (path)
Responses
- 200
- 404 — An error
- 403
- 401
- 422