v51

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

Replace the set of labels applied to a dataset

Replace the entire set of labels applied to a dataset. Labels present in the request but not currently applied are added; labels currently applied but absent from the request are removed. An empty list removes all labels.

put/v1/datasets/{dataset_identifier}/labels

Path parameters

dataset_identifierstring required

The dataset identifier: either the dataset ID (GlobalID) or its name.

The dataset identifier: either the dataset ID (GlobalID) or its name.

Request body

dataset_label_idsstring[]

The complete set of dataset label GlobalIDs to apply to the dataset. Labels not in this list are removed from the dataset; an empty list removes all labels.

Response

Successful Response