跳转到主要内容
PUT
/
modules
更新模块系统
curl --request PUT \
  --url http://{host}:{port}/api/v1/superuser/modules \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-elf' \
  --data '"<string>"'

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>

查询参数

url
string<uri>

可选下载地址,仅请求体为空时使用

请求体

application/x-elf

The body is of type file.

响应

模块系统已更新

Last modified on June 1, 2026