chore(openapi): sync shared API contract from cloud@773d43b#14174
Draft
comfy-pr-bot wants to merge 1 commit into
Draft
chore(openapi): sync shared API contract from cloud@773d43b#14174comfy-pr-bot wants to merge 1 commit into
comfy-pr-bot wants to merge 1 commit into
Conversation
e6ed396 to
665bb1c
Compare
665bb1c to
63dc90e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated cloud→core OpenAPI projection
This DRAFT PR projects the shared / FE-facing subset of ComfyUI Cloud's
OpenAPI contract into core's
openapi.yaml.Comfy-Org/cloud@773d43bservices/ingest/openapi.yamlservices/ingest/scripts/openapi-projectIncluded: shared operations, cloud-only FE-facing operations
(
x-runtime: [cloud]), and local-only operations core serves(
x-runtime: [local]), plus only the components those operationsreference.
Excluded (security boundary, BE-752):
x-internaloperations,runtime-onlyraw routes, and the/admin/·/api/internal/·/api/webhooks/M2M surface — and any component reachable only fromthem. The generator asserts this is leak-free before emitting.
review this contract change before merging.