Table
Duplicate a table
Create a duplicate of an existing table along with its data, settings, and optionally linked tables.
post/v1/table/{table_id}/duplicate
Path parameters
table_idstring uuid required
UUID of the table to be duplicated
Request body
Response
Successfully started the table duplication process
Example response
{
"data": "Table duplication started successfully"
}