v51

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

Apply a label to a dataset

Apply an existing label to a dataset. This operation is idempotent: applying a label that is already applied is a no-op that returns the label.

put/v1/datasets/{dataset_identifier}/labels/{label_id}

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.

label_idstring required

The ID of the dataset label to apply

The ID of the dataset label to apply

Response

Successful Response