update_table
Update a table's name and description in an Airtable base. Modify table schema by providing base and table IDs.
Instructions
Update a table's schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_id | Yes | ID of the base | |
| table_id | Yes | ID of the table to update | |
| name | No | New name for the table | |
| description | No | New description for the table |