v171

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0726249111.7 MB
Datasets

Update a dataset

Update a dataset

patch/v2/datasets/{dataset_id}

Path parameters

string required
OR
string ulid required

The id of the resource

The unique identifier of the dataset

Request body

display_namestring

The display name of the dataset

pathstring

Entity storage path.

With workspace-level API keys, use the format project/folder/subfolder/.... The first element identifies the project, followed by nested folders (auto-created as needed). Example: Default/agents.

With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: agents. For backward compatibility, a leading project name is ignored when it matches the scoped project.

Example request

{
  "path": "Default"
}

Response

Dataset updated.

display_namestring required

The display name of the dataset