v4
latestOpenAPI 3.1.02026-08-019681,1012.0 MBscorer-feedback
Update Scorer Feedback
Updates an existing feedback item in the queue.
Useful for refining values or rationale while reviewing feedback before applying.
Validation:
- Queue must be in pending state (not locked or completed)
- annotated_value (if provided) must be valid for the scorer's output_type
- At least one field must be provided
Errors:
- 422 - Invalid annotated_value for scorer output_type, or no fields provided
- 404 - Feedback item not found
- 409 - Queue is currently processing or finished (locked, cannot modify)
patch/scorer-feedbacks/{feedback_id}
Path parameters
feedback_idstring uuid required
Request body
Response
Successful Response