Update run review
Create or replace review metadata for a run.
Authorizations
API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.
Path Parameters
Run id.
Body
Create or replace review metadata for a run. Attribution fields (reviewedBy, closedBy, and their emails) are read-only and populated from the authenticated user or API key creator.
Reviewer verdict. Omit or send null for feedback without a ranking (nit). Defaults are applied client-side only; any verdict/status combination is accepted.
correct, incorrect Review lifecycle. Defaults from verdict (correct → closed, otherwise open). Use closed or wont_fix to close an open review.
open, closed, wont_fix Reviewer note.
Corrected JSON output for this run. Send null to clear a previously stored correction.
Field and file corrections. When present, replaces the entire correction set for this review. Omit to leave existing corrections unchanged.
Response
Updated run review metadata.
Review metadata and corrections. Corrected files are listed separately at GET /runs/{id}/reviews/expected.