The toloka.yandex.com
domain will be disabled starting April 1, 2023. Please use the toloka.dev
domain for API requests.
Changes the task overlap.
You can:
Set a numeric value or an infinite overlap to assign a task to all Tolokers (for example, for training tasks).
Add preliminary responses or change their values if they were set.
Preliminary responses are used to calculate response confidence when dynamic overlap (incremental relabeling, IRL) is enabled.
Make control and training tasks from regular ones or edit responses and hints for existing tasks.
PATCH https://toloka.dev/api/v1/tasks/<task_id>Authorization: OAuth <OAuth token>Content-Type: application/JSON
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Content-Type | Specifies the data format in the request body. |
Parameter | Overview |
---|---|
task_id | Task ID. |
{ "overlap": <new overlap value>, "infinite_overlap": false}
{ "overlap": null, "infinite_overlap": true}
{ "baseline_solutions":[ { "output_values":{<output data values>}, "confidence_weight":<from 0 to 1> } ]}
{ "known_solutions":[ { "output_values":{<output data values>}, "correctness_weight":<from 0 to 1> } ], "message_on_unknown_solution": <message string>}
Contains task data in JSON format.
Contact support