Skip to main content
PATCH
Update Column
Update a column title, config, or dependencies. Config or dependency changes may require recalculation. The response includes requires_recalculation and affected_column_ids so you can decide whether to run a recalculation operation.

Authorizations

X-API-KEY
string
header
required

Path Parameters

table_id
string<uuid>
required
sheet_id
string<uuid>
required
column_id
string<uuid>
required

Body

application/json
title
string | null
config
object | null
dependencies
object[] | null

Response

Column updated

success
boolean
column
object

A column within a Table sheet.

requires_recalculation
boolean
affected_column_ids
string<uuid>[]
version
integer

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