Table

Update Table Column

Update the properties of a specific column in a table.

put/v1/table/{table_id}/column/{column_id}

Path parameters

table_idstring uuid required

UUID of the table containing the column

column_idstring uuid required

UUID of the column to update

Request body

publicIdstring uuid
namestring
kind'text' | 'datetime' | 'date' | 'link' | 'multilink' | 'select' | 'multiselect' | 'integer' | 'float' | 'percentage' | 'tag' | 'variable' | 'attachment' | 'phone' | 'email' | 'vote' | 'checkbox' | 'duration'
widthinteger
isIndexedboolean
scriptstring nullable
scriptEnabledboolean
formulastring nullable
formulaEnabledboolean
aggregateinteger
isJoinedboolean nullable
thousandSeparatorboolean
displayLinkboolean
decimalPlacesinteger
dateFormatstring nullable
headerBackgroundColorstring nullable
headerTextColorstring nullable
exportWidthinteger nullable
isSyncedboolean

Response

Successfully updated the table column

metadataobject

Changes