发布 0.2.0:模型池自愈、探测修正、任务异步触发与删除加固
This commit is contained in:
+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
|
||||
|
||||
Reference in New Issue
Block a user