Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 697 Bytes

File metadata and controls

16 lines (13 loc) · 697 Bytes

# UpdateColumn

Properties

Name Type Description Notes
op_type string
table_name string The name of the table to perform the operation on. Alternatively, you can use the `table_id` instead of `table_name`. If using `table_id`, ensure that the key in the request body is replaced accordingly.
column string The name of the column.
new_column_type string
column_data object [optional]
new_column_name string
new_column_width int
target_column string
frozen bool