POST
/
base
/
{baseId}
/
dashboard
/
{id}
/
plugin
/
{installedId}
/
duplicate
curl --request POST \
  --url https://app.teable.cn/api/base/%7BbaseId%7D/dashboard/%7Bid%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.