mirror of
https://github.com/rookiestar28/ComfyUI-OpenClaw.git
synced 2026-08-14 00:48:07 +00:00
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:
+15
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user