toloka.client.TolokaClient.patch_task_suite_overlap_or_min | Source code
Stops assigning a task suite to Tolokers.
| Parameters | Type | Description |
|---|---|---|
task_suite_id | str | The ID of the task suite. |
overlap | Optional[int] | The new overlap value. |
Returns:
Task suite with updated fields.
Return type:
Examples:
toloka_client.patch_task_suite_overlap_or_min( task_suite_id='00001092da--61ef030400c684132d0da0dc', overlap=0)Last updated: August 28, 2023