cURL
curl --request PATCH \
--url https://app.teable.ai/api/base/%7BbaseId%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"name":"string","icon":"string"}'{
"spaceId": "<string>",
"name": "<string>",
"icon": "<string>"
}base
Patch base
Update a base info
PATCH
/
base
/
{baseId}
cURL
curl --request PATCH \
--url https://app.teable.ai/api/base/%7BbaseId%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"name":"string","icon":"string"}'{
"spaceId": "<string>",
"name": "<string>",
"icon": "<string>"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Last modified on March 5, 2026
Was this page helpful?
⌘I

