跳转到主要内容
POST
/
modules
/
id
/
{mid}
/
update
获取模块远程更新信息
curl --request POST \
  --url http://{host}:{port}/api/v1/superuser/modules/id/{mid}/update \
  --header 'Authorization: Bearer <token>'
{
  "version": "<string>",
  "versionCode": 1,
  "zipUrl": "<string>",
  "changelog": "<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>

路径参数

mid
string
必填

模块 ID

响应

远程更新信息

version
string
versionCode
integer<uint64>
必填范围: x >= 0
zipUrl
string
changelog
string
Last modified on June 1, 2026