cURL
curl --request PUT \
--url https://app.teable.ai/api/base/%7BbaseId%7D/table/%7BtableId%7D/icon \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"icon":"string"}'table
Update table tcon
Update the emoji icon of a table. The icon must be a valid emoji character.
PUT
/
base
/
{baseId}
/
table
/
{tableId}
/
icon
cURL
curl --request PUT \
--url https://app.teable.ai/api/base/%7BbaseId%7D/table/%7BtableId%7D/icon \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"icon":"string"}'Last modified on March 5, 2026
Was this page helpful?
⌘I

