cURL
curl --request PUT \
--url https://app.teable.ai/api/base/%7BbaseId%7D/table/%7BtableId%7D/name \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"name":"string"}'table
Update table name
Update the display name of a table. This will not affect the underlying database table name.
PUT
/
base
/
{baseId}
/
table
/
{tableId}
/
name
cURL
curl --request PUT \
--url https://app.teable.ai/api/base/%7BbaseId%7D/table/%7BtableId%7D/name \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"name":"string"}'Last modified on March 5, 2026
Was this page helpful?
⌘I

