patch https://recruiter.classet.org/v1/script-tasks/
Endpoint to update the details of a script task by task ID.
Log in to see full request history
Responses
Endpoint to update the details of a script task by task ID.
xxxxxxxxxx
curl --request PATCH \
--url https://recruiter.classet.org/v1/script-tasks/taskId \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"task_id": 123
}