English
Update the display name of a table. This will not affect the underlying database table name.
curl --request PUT \ --url https://app.teable.io/api/base/%7BbaseId%7D/table/%7BtableId%7D/name \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"name":"string"}'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Table name successfully updated.