跳转到主要内容
POST
/
packages
/
{type}
获取授权或隐藏列表
curl --request POST \
  --url http://{host}:{port}/api/v1/superuser/packages/{type} \
  --header 'Authorization: Bearer <token>'
{}

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>

路径参数

type
enum<string>
必填

目标列表类型

可用选项:
grant,
hide

响应

以 UID 字符串为键的授权或隐藏 UID 分组

{key}
object
Last modified on May 26, 2026