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.
itemslist of objectsRequired
dataset_namestringOptionalformat: "(?s)^\s*(\S.*\S|\S)\s*$"

If null, dataset_id must be provided

dataset_idstringOptionalformat: "uuid"

If null, dataset_name must be provided

project_namestringOptionalformat: "(?s)^\s*(\S.*\S|\S)\s*$"

Optional. Associates the batch with a project by name. Ignored if project_id is provided.

project_idstringOptionalformat: "uuid"

Optional. Associates the batch with a project by ID. Takes precedence over project_name.

batch_group_idstringOptionalformat: "uuid"
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.