发布 0.2.0:模型池自愈、探测修正、任务异步触发与删除加固
CI / test (push) Successful in 32s
Release / release (push) Successful in 52s

This commit is contained in:
2026-07-10 20:25:37 +08:00
parent dbba1f4905
commit 7706f59549
19 changed files with 978 additions and 107 deletions
+8 -3
View File
@@ -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}: