简体中文
Install a plugin to a dashboard
cURL
curl --request POST \ --url https://app.teable.cn/api/base/%7BbaseId%7D/dashboard/%7Bid%7D/plugin \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"name":"string","pluginId":"string"}'
{ "id": "<string>", "pluginId": "<string>", "pluginInstallId": "<string>", "name": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns data about the installed plugin.
The response is of type object.
object