The toloka.yandex.com
domain will be disabled starting April 1, 2023. Please use the toloka.dev
domain for API requests.
Stops assigning a task to Tolokers.
Set the overlap
field to 0
. For tasks with infinite overlap, change the value of infinite_overlap
to false
.
PATCH https://sandbox.toloka.dev/api/v1/tasks/<task_id>/set-overlap-or-minAuthorization: OAuth <OAuth token>Content-Type: application/JSON
Parameter | Overview |
---|---|
task_id | Task ID. |
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Content-Type | Specifies the data format in the request body. |
{ "overlap": 0, "infinite_overlap": false}
Contains task data in JSON format.
Contact support