From 5084a98cafc4b888a38f08557bdfd3b6b6e53d2e Mon Sep 17 00:00:00 2001 From: sundar-svg <278768137+sundar-svg@users.noreply.github.com> Date: Thu, 23 Jul 2026 23:31:05 +0000 Subject: [PATCH] chore: sync vendored Comfy API v2 spec from cloud@e344fc7 --- spec/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/openapi.yaml b/spec/openapi.yaml index 7e82d53..ef36853 100644 --- a/spec/openapi.yaml +++ b/spec/openapi.yaml @@ -755,7 +755,7 @@ components: ' JobUrls: type: object - description: Embedded follow-up links — follow these, don't build URLs. + description: Embedded follow-up links — follow these, don't build URLs. A link is either an absolute URL or a host-relative reference (leading `/`) that already includes any prefix the serving surface is mounted under (e.g. a serverless gateway's `/deployment/{deployment_id}/api/v2`). Clients MUST resolve a host-relative link against the request origin (scheme + authority), never against a configured base URL — joining it to a base URL that carries the same mount prefix duplicates the prefix. required: - self - events