Create/update dataset items
Create/update dataset items
Create/update dataset items based on dataset item id. Each item’s ‘id’ field is the stable identifier and upsert key. Provide it to update an existing item, or omit it to create a new one.
Request
This endpoint expects an object.
items
dataset_name
If null, dataset_id must be provided
dataset_id
If null, dataset_name must be provided
project_name
Optional. Associates the batch with a project by name. Ignored if project_id is provided.
project_id
Optional. Associates the batch with a project by ID. Takes precedence over project_name.
batch_group_id
Optional batch group ID to group multiple batches into a single dataset version. If null, mutates the latest version instead of creating a new one.