cURL
curl --request POST \ --url http://localhost:5300/api/v1/plugins/install/marketplace \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "plugin_id": "<string>" } '
{ "code": 0, "msg": "ok", "data": { "task_id": "<string>" } }
Install plugin from LangBot plugin marketplace
Bearer token authentication. Can be either a user JWT token or an API key. Example: Authorization: Bearer <token_or_key>
Authorization: Bearer <token_or_key>
Plugin ID
Installation task created
0
"ok"
表示 子属性