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

