v2

OpenAPI 3.0.3Apache-2.02026-08-07119359591.9 KB
Datasets

Update a dataset

Update an existing dataset by its ID.

Payload Requirements

  • name is required.
  • name must be unique within the space (409 Conflict if duplicate).
  • name cannot be empty or whitespace-only.

Valid example

{
  "name": "Updated Dataset Name"
}

Invalid example (empty body — no fields provided)

{}

<Note>This endpoint is in beta, read more here.</Note>

patch/v2/datasets/{dataset_id}

Path parameters

dataset_idstring required

A universally unique identifier (base64-encoded opaque string).

Example:RW50aXR5OjEyMzQ1

The unique dataset identifier (base64)

Request body

namestring required

New name for the dataset. Must be unique within the space.

Response

A dataset object

idstring required

Unique identifier for the dataset

namestring required

Name of the dataset

space_idstring required

Unique identifier for the space this dataset belongs to

created_atstring date-time required

Timestamp for when the dataset was created

updated_atstring date-time required

Timestamp for the last update of the dataset