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

Changes

No recorded changes to this endpoint across all 57 revisions of this API.