v1

latestOpenAPI 3.1.0Apache-2.02026-07-226091175.5 KB
Reviews

Update run review

Create or replace review metadata for a run.

put/api/v1/runs/{id}/reviews

Path parameters

idstring required

Run id.

Run id.

Request body

verdict'correct' | 'incorrect' nullable

Reviewer verdict. Omit or send null for feedback without a ranking (nit). Defaults are applied client-side only; any verdict/status combination is accepted.

status'open' | 'closed' | 'wont_fix'

Review lifecycle. Defaults from verdict (correctclosed, otherwise open). Use closed or wont_fix to close an open review.

notestring nullable

Reviewer note.

{"stackTrail":"components:schemas:RunReviewRequest:properties:correctedOutput:anyOf","oasType":"schema","type":"unknown","description":"Corrected JSON output for this run. Send `null` to clear a previously stored correction.","nullable":true}

Response

Updated run review metadata.