v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03124241726.5 KB
Datasets

Update dataset

Updates a dataset's name and/or description. Renaming regenerates the slug — clients should re-read the response or rely on the id for stable references.

patch/v1/projects/{projectSlug}/datasets/{datasetSlug}

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

datasetSlugstring required

Dataset slug (human-readable identifier within the project).

Dataset slug (human-readable identifier within the project).

Request body

namestring

New human-readable name. Renaming regenerates the slug.

descriptionstring nullable

New description. Pass null to clear; omit to keep the current value.

Response

Updated dataset

idstring required

Stable dataset identifier.

organizationIdstring required

Organization that owns this dataset.

projectIdstring required

Project this dataset belongs to.

slugstring required

URL-safe slug derived from name. Unique within the project.

namestring required

Human-readable name.

descriptionstring nullable required

Free-form description, or null when not set.

versioninteger required

Current dataset version.

createdAtstring required

ISO-8601 timestamp of creation.

updatedAtstring required

ISO-8601 timestamp of the last update.