跳转到主要内容
PATCH
/
config
修改管理配置
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
}
'

Documentation Index

Fetch the complete documentation index at: https://oom-wg.dev/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

后端管理密码

同时支持 Authorization: Bearer <password>Authorization: <password>

请求体

application/json
password
string
Minimum string length: 1
ip
string<ip>
port
integer
必填范围: 1024 <= x <= 49151

响应

配置已修改

Last modified on June 1, 2026