Evaluator API
Evaluator: POST /evaluation-data/comment
Creates a new comment for an evaluation data entry.
POST
Purpose: Adds a new comment to an evaluation data entry.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Comment details.
Request payload for posting a new comment on evaluation data.
Response
200
application/json
Comment added successfully.
Response after posting a new comment.
A confirmation message for successful comment creation.