v2

latestOpenAPI 3.1.02026-07-26143251806.6 KB
smart-tables

Update Column

Update a column's title, config, or dependencies. Returns requires_recalculation: true when the change invalidates existing cell values. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.

patch/api/public/v2/tables/{table_id}/sheets/{sheet_id}/columns/{column_id}

Path parameters

table_idstring uuid required
sheet_idstring uuid required
column_idstring uuid required

Request body

titlestring nullable
configobject nullable

Response

Column updated

successboolean
requires_recalculationboolean
affected_column_idsstring[]
versioninteger

Current sheet version_count for this response. It matches the sheet's version_count after any committed changes.