toloka.client.TolokaClient.patch_task_suite_overlap_or_min
| Source code
Stops issuing the task suites
Parameters | Type | Description |
---|---|---|
task_suite_id | str | 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='1', overlap=100)