Finish Evaluation

Endpoint

POST /api/v1/evaluations/{id}/finish

Finish the evaluation with the given ID.

Request Example

curl -X POST "https://searchtweak.com/api/v1/evaluations/32/finish" \ 
    -H "Authorization: Bearer YOUR_API_TOKEN" \
    -H "Accept: application/json"

Response Example

{
  "status": "OK",
  "message": "Evaluation finished"
}