cURL
curl --request PATCH \ --url https://api.ropes.ai/api/public/candidates/{candidateId}/status \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "status": "Not Assigned" } '
{ "success": true, "updated": true }
Update the status of a candidate
The unique identifier of the candidate
New status for the candidate
Not Assigned
Assigned
Expired
Completed
Passed
Failed
Error
Successfully updated candidate status
Whether the operation was successful
Whether the candidate status was updated