cURL
curl --request PATCH \
--url https://app.teable.ai/api/organization/%7BorganizationId%7D/department/%7BdepartmentId%7D/rename \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"name":"string"}'organization
Patch organization department rename
PATCH
/
organization
/
{organizationId}
/
department
/
{departmentId}
/
rename
cURL
curl --request PATCH \
--url https://app.teable.ai/api/organization/%7BorganizationId%7D/department/%7BdepartmentId%7D/rename \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"name":"string"}'Last modified on July 6, 2026
Was this page helpful?
⌘I

