Evaluator API
Evaluator: PATCH /evaluation-data/{id}
Updates evaluation data fields such as tags, status, data, and rating.
PATCH
Purpose: Updates evaluation data fields such as tags
, status
, data
, and rating
for a specific evaluation data entry.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the evaluation data entry.
Body
application/json
Fields to update in the evaluation data entry.
Request payload for updating an evaluation data entry.
Response
200
application/json
Evaluation data updated successfully.
Response after updating an evaluation data entry.
A confirmation message for successful update.