v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01105276529.8 KB
datasets

Update a dataset label by ID

Partially update a dataset label's name, color, and/or description. Only the fields included in the request body are changed; omitted fields are left as-is.

patch/v1/dataset_labels/{label_id}

Path parameters

label_idstring required

The ID of the dataset label

The ID of the dataset label

Request body

namestring nullable

New name for the label (null is rejected; name is required)

colorstring nullable

A lowercase six-digit hex color code (e.g. '#00cc88')

descriptionstring nullable

New description for the label (null clears the description)

Response

Successful Response