From 1f275fcba6ab658fbd9785e9e70bee2c4452d726 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Wed, 24 Jun 2026 19:22:59 +0900 Subject: [PATCH] chore(openapi): sync shared API contract from cloud@363764b (#14607) --- openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 380e4476e..cee8a4763 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -2357,6 +2357,10 @@ paths: description: | Returns a list of model folders available in the system. This is an experimental endpoint that replaces the legacy /models endpoint. + Each folder's name is the identifier to pass to /api/experiment/models/{folder}. + Once the model_type migration is active the names are model_type folder_names + (e.g. `ultralytics_bbox`); a folder with no folder_name mapping is returned by + its directory path. operationId: getModelFolders responses: "200":