Evaluator API
Evaluator: PATCH /evaluation-data/comment/{id}
Updates a comment associated with an evaluation data entry. The commenter in the request body must match the original commenter.
PATCH
Purpose: Updates an existing comment on an evaluation data entry. The commenter in the request must match the original commenter.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the comment to update.
Body
application/json
Updated comment details.
Request payload for updating an evaluation data comment.
Response
200
application/json
Comment updated successfully.
Response after updating an evaluation data comment.
A confirmation message for successful comment update.