发布 0.2.0:模型池自愈、探测修正、任务异步触发与删除加固
This commit is contained in:
+10
-3
@@ -5738,7 +5738,7 @@ const docTemplate = `{
|
||||
"tags": [
|
||||
"任务与日志回传"
|
||||
],
|
||||
"summary": "立即执行任务",
|
||||
"summary": "立即执行任务(异步触发,结果经任务日志轮询获取)",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "integer",
|
||||
@@ -5749,8 +5749,15 @@ const docTemplate = `{
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"202": {
|
||||
"description": "Accepted",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
}
|
||||
},
|
||||
"409": {
|
||||
"description": "任务正在执行中",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
|
||||
+10
-3
@@ -5731,7 +5731,7 @@
|
||||
"tags": [
|
||||
"任务与日志回传"
|
||||
],
|
||||
"summary": "立即执行任务",
|
||||
"summary": "立即执行任务(异步触发,结果经任务日志轮询获取)",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "integer",
|
||||
@@ -5742,8 +5742,15 @@
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"202": {
|
||||
"description": "Accepted",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
}
|
||||
},
|
||||
"409": {
|
||||
"description": "任务正在执行中",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
|
||||
+8
-3
@@ -4158,14 +4158,19 @@ paths:
|
||||
required: true
|
||||
type: integer
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
"202":
|
||||
description: Accepted
|
||||
schema:
|
||||
additionalProperties: true
|
||||
type: object
|
||||
"409":
|
||||
description: 任务正在执行中
|
||||
schema:
|
||||
additionalProperties: true
|
||||
type: object
|
||||
security:
|
||||
- BearerAuth: []
|
||||
summary: 立即执行任务
|
||||
summary: 立即执行任务(异步触发,结果经任务日志轮询获取)
|
||||
tags:
|
||||
- 任务与日志回传
|
||||
/api/v1/webhooks/oci-logs/{secret}:
|
||||
|
||||
Reference in New Issue
Block a user