v47

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2024-10-01163166522.3 KB
Datasets

Partially update dataset

Partially update a dataset object. Specify the fields to update in the payload. Any object-type fields will be deep-merged with existing content. Currently we do not support removing fields or setting them to null.

patch/v1/dataset/{dataset_id}

Path parameters

dataset_idstring uuid required

Dataset id

Dataset id

Request body

namestring nullable

Name of the dataset. Within a project, dataset names are unique

descriptionstring nullable

Textual description of the dataset

metadataobject nullable

User-controlled metadata about the dataset

Response

Returns the dataset object

idstring uuid required

Unique identifier for the dataset

project_idstring uuid required

Unique identifier for the project that the dataset belongs under

namestring required

Name of the dataset. Within a project, dataset names are unique

descriptionstring nullable

Textual description of the dataset

createdstring date-time nullable

Date of dataset creation

deleted_atstring date-time nullable

Date of dataset deletion, or null if the dataset is still active

user_idstring uuid nullable

Identifies the user who created the dataset

metadataobject nullable

User-controlled metadata about the dataset