cURL
curl --request PATCH \
--url https://app.teable.ai/api/admin/space/%7BspaceId%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"name":"string","autoJoin":true}'admin
Patch adminspace
update enterprise space information
PATCH
/
admin
/
space
/
{spaceId}
cURL
curl --request PATCH \
--url https://app.teable.ai/api/admin/space/%7BspaceId%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"name":"string","autoJoin":true}'Last modified on March 5, 2026
此页面对您有帮助吗?
⌘I

