The toloka.yandex.com
domain will be disabled starting May 1, 2023. Please use the toloka.dev
domain for API requests.
Changes the priority of a task suite in the pool.
PATCH https://toloka.dev/api/v1/task-suites/<task_suite_id>Authorization: OAuth <OAuth token>Content-Type: application/JSON
Parameter | Overview |
---|---|
task_suite_id | ID of a task suite. |
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Content-Type | Specifies the data format in the request body. |
Specified in the link after the question mark; separated by &
.
Parameter | Overview |
---|---|
open_pool | boolean Open the pool immediately after the operation is completed, if the pool is closed. The default value is false . |
{ "issuing_order_override": <new value>}
Parameter | Overview |
---|---|
issuing_order_override | float The priority of a task suite among other suites in the pool. Defines the order in which task suites are assigned to Tolokers. The larger the parameter value, the higher the priority. This parameter can be used if the pool has issue_task_suites_in_creation_order: true .Allowed values: from -99999.99999 to 99999.99999 .The default value is 0 . |
Contains a task suite in JSON format.
Contact support