toloka.client.app.AppItemsCreateRequest
| Source code
AppItemsCreateRequest( self, *, batch_id: Optional[str] = None, items: Optional[List[Dict[str, Any]]] = None)
Parameters of a request for creating multiple items.
Parameters | Type | Description |
---|---|---|
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 |