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
可同时修改管理密码、监听 IP 和监听端口
cURL
curl --request PATCH \ --url http://{host}:{port}/api/v1/superuser/config \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "password": "<string>", "ip": "<string>", "port": 25087 } '
后端管理密码
同时支持 Authorization: Bearer <password> 和 Authorization: <password>
Authorization: Bearer <password>
Authorization: <password>
1
1024 <= x <= 49151
配置已修改
此页面对您有帮助吗?