v64

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

Restore dataset column

Restores a soft-removed column (built-in or custom) to the active schema, reconnecting its preserved data. Find removed identifiers via listDatasetColumns with includeRemoved=true.

post/v1/projects/{projectSlug}/datasets/{datasetSlug}/columns/{identifier}/restore

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.

Response

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