简体中文
Duplicate a dashboard
cURL
curl --request POST \ --url https://app.teable.cn/api/base/%7BbaseId%7D/dashboard/%7Bid%7D/duplicate \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "id": "<string>", "name": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the duplicated dashboard info.
The response is of type object.
object