update_collection_columns
Update a collection's custom columns by replacing its schema with your full set of columns. Omit any column to remove it from the collection.
Instructions
Add or change a collection's custom columns. Reads the current schema, then PATCHes it with the system columns + your custom columns (the PATCH replaces the whole schema, so omitting a column drops it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columns | Yes | The FULL set of custom columns the table should have. | |
| collection_id | Yes | Collection id (from list_collections / get_collection). |