toloka.client.TolokaClient.patch_task_suite
| Source code
Changes task suite parameter values in Toloka.
Parameters | Type | Description |
---|---|---|
task_suite_id | str | The ID of the task suite. |
issuing_order_override | Optional[float] | The priority of a task suite. It influences the order of assigning task suites to Tolokers in pools with the Default value: 0. |
open_pool | Optional[bool] | Open the pool immediately after changing a task suite, if the pool is closed. Default value: |
Returns:
The task suite with updated fields.
Return type:
Examples:
Changing the task suite's priority.
toloka_client.patch_task_suite( task_suite_id='00001092da--61ef030400c684132d0da0dc', issuing_order_override=100)
Last updated: August 28, 2023