🚀 全新 App Builder 引擎 Beta 版上线!查看 更新日志 了解详情。
cURL
curl --request POST \ --url https://app.teable.ai/api/table/%7BtableId%7D/plugin-panel/%7BpluginPanelId%7D/install \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"name":"string","pluginId":"string"}'
{ "name": "<string>", "pluginId": "<string>", "pluginInstallId": "<string>" }
Install a plugin to a table plugin panel
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Plugin installed successfully.
此页面对您有帮助吗?