v64

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

Update dataset column

Renames a column. Works for both built-in and custom columns.

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

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).

identifierstring required

Stable column identifier.

Stable column identifier.

Request body

namestring required

New display name. Works for both built-in and custom columns.

Response

Updated column

identifierstring required

Stable, immutable column id. The key under which custom values are stored on each row.

namestring required

Display name. Editable; the identifier never changes.

removedboolean

true for soft-removed columns (only returned when listing with includeRemoved). Removed columns are excluded from rows and the default schema, but keep their data and can be restored.