代理批量关联租户接口、关于页运行时与资源指标
This commit is contained in:
+26
-1
@@ -671,7 +671,7 @@ paths:
|
||||
type: object
|
||||
security:
|
||||
- BearerAuth: []
|
||||
summary: 返回构建与运行环境信息,「设置 · 关于」页展示
|
||||
summary: 返回构建、运行时长与资源占用信息,「设置 · 关于」页展示
|
||||
tags:
|
||||
- 设置
|
||||
/api/v1/ai-blacklist:
|
||||
@@ -3668,6 +3668,31 @@ paths:
|
||||
summary: 手动重测代理出口地区,同步返回最新视图
|
||||
tags:
|
||||
- 设置
|
||||
/api/v1/proxies/{id}/tenants:
|
||||
put:
|
||||
parameters:
|
||||
- description: 代理 ID
|
||||
in: path
|
||||
name: id
|
||||
required: true
|
||||
type: integer
|
||||
- description: 请求体 {\
|
||||
in: body
|
||||
name: body
|
||||
required: true
|
||||
schema:
|
||||
type: object
|
||||
responses:
|
||||
"200":
|
||||
description: usedBy
|
||||
schema:
|
||||
additionalProperties: true
|
||||
type: object
|
||||
security:
|
||||
- BearerAuth: []
|
||||
summary: 设置代理关联的租户全集
|
||||
tags:
|
||||
- 设置
|
||||
/api/v1/proxies/import:
|
||||
post:
|
||||
parameters:
|
||||
|
||||
Reference in New Issue
Block a user