Rename Tableput https://{server}/api-gateway/api/v2/dtables/{base_uuid}/tables/Rename a table by providing its original table_name and the desired new_table_name.Path Paramsbase_uuidstringrequiredThe unique identifier of a base. Sometimes also called dtable_uuid.Body Paramstable_namestringrequiredThe name of the table to perform the operation on. Alternatively, you can use the table_id instead of table_name. If using table_id, ensure that the key in the request body is replaced accordingly.new_table_namestringrequiredResponse 200OKUpdated about 1 month ago