Update Column

Allows various changes of the column: name, column_type, freeze/unfreeze, resize, etc...
op_type is required. The following options are available: - rename_column - modify_column_type - resize_column - move_column - freeze_column (eventuell weglassen)
column is the name or key of the target column.
new_column_type is the new type of the target column. For a list of column type params refer to the SeaTable API Parameter. There is one further source of information on column types in the SeaTable Scripts Programming Manual.

Language
Authentication
Bearer
URL
Click Try It! to start a request and see the response here!