cURL
curl --request PATCH \
--url https://app.teable.ai/api/base/%7BbaseId%7D/chat/%7BchatId%7D/rename \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"name":"string"}'chat
Patch base chat rename
PATCH
/
base
/
{baseId}
/
chat
/
{chatId}
/
rename
cURL
curl --request PATCH \
--url https://app.teable.ai/api/base/%7BbaseId%7D/chat/%7BchatId%7D/rename \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"name":"string"}'Documentation Index
Fetch the complete documentation index at: https://help.teable.ai/llms.txt
Use this file to discover all available pages before exploring further.
Last modified on May 22, 2026
Was this page helpful?
⌘I

