put https://{server}/api-gateway/api/v2/dtables//tables/
Rename a table by providing it's original table_name
and the desired new_table_name
.
Response
Rename a table by providing it's original table_name
and the desired new_table_name
.
xxxxxxxxxx
curl --request PUT \
--url https://cloud.seatable.io/api-gateway/api/v2/dtables/base_uuid/tables/ \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: