v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
Table View

Update column on view

Update a specific column in a table view.

put/v1/table/views/{view_id}/columns/{column_id}

Path parameters

view_idstring uuid required

The UUID of the table view containing the column to be updated.

column_idstring uuid required

The UUID of the column in the table view to be updated.

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
sortOrderinteger
lockedboolean
requiredboolean
stringValidationstring nullable
validationMessagestring nullable
hardValidationboolean
validationNoBlanksboolean
validationNoDuplicatesboolean
displayValidationErrorboolean

Response

Successfully updated the column in the table view.

metadataobject