chore(openapi): sync shared API contract from cloud@363764b (#14607)

This commit is contained in:
Comfy Org PR Bot 2026-06-24 19:22:59 +09:00 committed by GitHub
parent f6c162ddcf
commit 1f275fcba6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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":