reorder_table_columns
Reorder a table’s columns. Columns not named keep their relative order after the named ones.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
table_id | string | yes | The table id | |
column_ids | array | yes | Column ids from get_table, in the new order |
Returns#
The table schema — same shape as get_table.
Errors#
error_type | When |
|---|---|
auth_error | Missing / invalid API key |
invalid_request | Empty list, or duplicate ids |
unknown_column | An id that is not on this table |
not_found | Unknown or platform-managed table |