v51

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

Partially update dataset item by id

Partially update dataset item by id. Only provided fields will be updated.

patch/v1/private/datasets/items/{itemId}

Path parameters

itemIdstring uuid required

Request body

idstring uuid

Stable item identifier. On write, used as the upsert key. If omitted, a new ID is generated. Remains the same across dataset versions

trace_idstring uuid
span_idstring uuid
source'manual' | 'trace' | 'span' | 'sdk' required
dataJsonNode required
descriptionstring
tagsstring[]

Response

No content