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