🚀 New App Builder Engine is Beta! See our changelog for details.
cURL
curl --request POST \ --url https://app.teable.ai/api/table/%7BtableId%7D/plugin-panel/%7BpluginPanelId%7D/duplicate \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "id": "<string>", "name": "<string>" }
Duplicate a plugin panel
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the duplicated plugin panel info.
Was this page helpful?