cURL
curl --request PUT \
--url https://app.teable.ai/api/base/%7BbaseId%7D/table/%7BtableId%7D/description \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"description":"string"}'table
Update table description
Update or remove the description of a table. Set to null to remove the description.
PUT
/
base
/
{baseId}
/
table
/
{tableId}
/
description
cURL
curl --request PUT \
--url https://app.teable.ai/api/base/%7BbaseId%7D/table/%7BtableId%7D/description \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"description":"string"}'最后修改于 2026年3月5日
此页面对您有帮助吗?
⌘I

