chore: sync local updates
This commit is contained in:
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": []
|
||||
}
|
||||
Reference in New Issue
Block a user