docs: regenerate OpenAPI spec

Regenerate the OpenAPI artifact after the public preflight API contract update so commit and push guards remain in sync.
This commit is contained in:
rookiestar28
2026-04-26 20:45:52 +08:00
parent 95d9a305f4
commit a59663bfb8
+15 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
title: "ComfyUI-OpenClaw API"
version: "1.0.7"
version: "1.0.8"
description: "Generated from docs/release/api_contract.md (R66 baseline)."
servers:
- url: "/openclaw"
@@ -156,6 +156,20 @@ paths:
security:
- OpenClawObservabilityToken:
[]
/preflight:
post:
operationId: "post_preflight"
summary: "Analyze a workflow or API prompt payload for missing nodes/models and portability diagnostics."
responses:
200:
description: "OK"
x-openclaw-auth: "Admin"
x-openclaw-section: "1.1 Core Observability & System"
x-openclaw-legacy-path: "/moltbot/preflight"
x-openclaw-auth-tier: "admin"
security:
- OpenClawAdminToken:
[]
/preflight/inventory:
get:
operationId: "get_preflight_inventory"