curl --request PUT \
--url https://app.teable.ai/api/base/%7BbaseId%7D/table/%7BtableId%7D/db-table-name \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"dbTableName":"string"}'Update the physical database table name. Must be 1-63 characters, start with letter or underscore, contain only letters, numbers and underscore, and be unique within the base.
curl --request PUT \
--url https://app.teable.ai/api/base/%7BbaseId%7D/table/%7BtableId%7D/db-table-name \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"dbTableName":"string"}'Documentation Index
Fetch the complete documentation index at: https://help.teable.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
table name in backend database. Limitation: 1-63 characters, start with letter or underscore, can only contain letters, numbers and underscore, case sensitive, cannot be duplicated with existing table name in the base.
1^[a-z_]\w{0,62}$/iDatabase table name successfully updated.
此页面对您有帮助吗?