chore: sync local updates
This commit is contained in:
1
api-docs/infogenie-api-apifox/站点管理/apifox.folder.json
Normal file
1
api-docs/infogenie-api-apifox/站点管理/apifox.folder.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
15
api-docs/infogenie-api-apifox/站点管理/写入 60s 隐藏列表.http.yaml
Normal file
15
api-docs/infogenie-api-apifox/站点管理/写入 60s 隐藏列表.http.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
method: put
|
||||
url: "{{baseUrl}}/api/admin/site/60s-disabled"
|
||||
name: 写入 60s 隐藏列表
|
||||
parameters:
|
||||
header:
|
||||
- name: X-Site-Admin-Token
|
||||
value: "{{siteAdminToken}}"
|
||||
- name: Content-Type
|
||||
value: application/json
|
||||
requestBody:
|
||||
type: application/json
|
||||
data: |-
|
||||
{
|
||||
"disabled": []
|
||||
}
|
||||
15
api-docs/infogenie-api-apifox/站点管理/写入 AI 应用隐藏列表.http.yaml
Normal file
15
api-docs/infogenie-api-apifox/站点管理/写入 AI 应用隐藏列表.http.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
method: put
|
||||
url: "{{baseUrl}}/api/admin/site/ai-model-disabled"
|
||||
name: 写入 AI 应用隐藏列表
|
||||
parameters:
|
||||
header:
|
||||
- name: X-Site-Admin-Token
|
||||
value: "{{siteAdminToken}}"
|
||||
- name: Content-Type
|
||||
value: application/json
|
||||
requestBody:
|
||||
type: application/json
|
||||
data: |-
|
||||
{
|
||||
"disabled": []
|
||||
}
|
||||
18
api-docs/infogenie-api-apifox/站点管理/写入 AI 运行时配置.http.yaml
Normal file
18
api-docs/infogenie-api-apifox/站点管理/写入 AI 运行时配置.http.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
method: put
|
||||
url: "{{baseUrl}}/api/admin/site/ai-runtime"
|
||||
name: 写入 AI 运行时配置
|
||||
parameters:
|
||||
header:
|
||||
- name: X-Site-Admin-Token
|
||||
value: "{{siteAdminToken}}"
|
||||
- name: Content-Type
|
||||
value: application/json
|
||||
requestBody:
|
||||
type: application/json
|
||||
data: |-
|
||||
{
|
||||
"api_base": "",
|
||||
"api_key": "",
|
||||
"default_model": "",
|
||||
"default_provider": "deepseek"
|
||||
}
|
||||
15
api-docs/infogenie-api-apifox/站点管理/切换 60s 上游节点.http.yaml
Normal file
15
api-docs/infogenie-api-apifox/站点管理/切换 60s 上游节点.http.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
method: put
|
||||
url: "{{baseUrl}}/api/admin/site/60s-source"
|
||||
name: 切换 60s 上游节点
|
||||
parameters:
|
||||
header:
|
||||
- name: X-Site-Admin-Token
|
||||
value: "{{siteAdminToken}}"
|
||||
- name: Content-Type
|
||||
value: application/json
|
||||
requestBody:
|
||||
type: application/json
|
||||
data: |-
|
||||
{
|
||||
"source_id": "self"
|
||||
}
|
||||
7
api-docs/infogenie-api-apifox/站点管理/诊断信息.http.yaml
Normal file
7
api-docs/infogenie-api-apifox/站点管理/诊断信息.http.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
method: get
|
||||
url: "{{baseUrl}}/api/admin/site/diagnostics"
|
||||
name: 诊断信息
|
||||
parameters:
|
||||
header:
|
||||
- name: X-Site-Admin-Token
|
||||
value: "{{siteAdminToken}}"
|
||||
7
api-docs/infogenie-api-apifox/站点管理/读取 AI 运行时配置.http.yaml
Normal file
7
api-docs/infogenie-api-apifox/站点管理/读取 AI 运行时配置.http.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
method: get
|
||||
url: "{{baseUrl}}/api/admin/site/ai-runtime"
|
||||
name: 读取 AI 运行时配置
|
||||
parameters:
|
||||
header:
|
||||
- name: X-Site-Admin-Token
|
||||
value: "{{siteAdminToken}}"
|
||||
Reference in New Issue
Block a user