toloka.client.TolokaClient.create_app_items
| Source code
Creates task items in an App project in Toloka and adds them to an existing batch.
Parameters | Type | Description |
---|---|---|
app_project_id | str | The ID of the App project. |
batch_id | Optional[str] | The ID of the batch to place items to. |
items | Optional[List[Dict[str, Any]]] | A list with items. The items must follow the solution schema described in |