v51

OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-01308532588.1 KB
Datasets

Batch update dataset items

Update multiple dataset items

patch/v1/private/datasets/items/batch

Request body

idsstring[]

List of dataset item IDs to update (max 1000). Mutually exclusive with 'filters'.

dataset_idstring uuid

Dataset ID. Required when using 'filters', optional when using 'ids'.

merge_tagsboolean

If true, merge tags with existing tags instead of replacing them. Default: false. When using 'filters', this is automatically set to true.

Response

No Content