toloka.client.TolokaClient.patch_app_batch | Source code
Updates an App batch.
| Parameters | Type | Description |
|---|---|---|
app_project_id | str | The ID of the App project containing the batch. |
batch_id | str | The ID of the batch. |
name | Optional[str] | The new batch name. |
Returns:
The updated App batch.
Return type:
Examples:
Changing the batch name.
batch = toloka_client.patch_app_batch( app_project_id='Q2d15QBjpwWuDz8Z321g', batch_id='4Va2BBWKL88S4QyAgVje', name = 'Preliminary batch')Last updated: August 28, 2023