update_table
Rename or re-describe one of your tables.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
table_id | string | yes | The table id | |
name | string | no | New name | |
description | string | no | New description |
Returns#
The table schema — same shape as get_table.
Errors#
error_type | When |
|---|---|
auth_error | Missing / invalid API key |
invalid_request | Neither name nor description given, or an empty name |
not_found | Unknown or platform-managed table |