Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NewTech
接收模块 ZIP 并执行模块安装
如果请求体为空,后端会从 url 查询参数下载模块 ZIP
url
cURL
curl --request POST \ --url http://{host}:{port}/api/v1/superuser/modules/install \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/zip' \ --data '"<string>"'
[ { "type": "<string>", "stdout": "<string>", "stderr": "<string>" } ]
后端管理密码
同时支持 Authorization: Bearer <password> 和 Authorization: <password>
Authorization: Bearer <password>
Authorization: <password>
可选下载地址,仅请求体为空时使用
The body is of type file.
file
安装输出消息列表
"stdio"
此页面对您有帮助吗?