From 4de76d243383f5a87172dd334e501e7392519d65 Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Wed, 20 May 2026 16:03:33 -0700 Subject: [PATCH] openapi: remove cloud-only job_ids query param from GET /api/assets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The job_ids query parameter on GET /api/assets is tagged x-runtime: [cloud] and only exists for cloud's variant of this endpoint. Cloud removed all consumers and the cloud-side handler/codegen/tests in Comfy-Org/cloud#3778. With cloud no longer accepting this parameter, the [cloud-only] documentation here is wrong — drop it so the daily sync to cloud/services/ingest/vendor/openapi.yaml propagates the removal. --- openapi.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 2658b9b86..7228c3d07 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1556,12 +1556,6 @@ paths: type: string enum: [asc, desc] description: Sort direction - - name: job_ids - in: query - schema: - type: string - x-runtime: [cloud] - description: "[cloud-only] Comma-separated UUIDs to filter assets by associated job." - name: include_public in: query schema: