POST
/
table
/
{tableId}
/
plugin-panel
/
{pluginPanelId}
/
plugin
/
{installedId}
/
duplicate
curl --request POST \
  --url https://app.teable.cn/api/table/%7BtableId%7D/plugin-panel/%7BpluginPanelId%7D/plugin/%7BinstalledId%7D/duplicate \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "id": "<string>",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

baseId
string
required
id
string
required

Response

200 - application/json

Returns the duplicated dashboard info.

The response is of type object.