mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-04 20:26:36 +00:00
Fix duplicate content in /api/prompt GET response
- Fixed duplicate content entries in OpenAPI spec that were causing validation failures - Maintained OpenAPI 3.1.0 and prefixItems structure - Ensures proper YAML structure for GitHub Actions validation
This commit is contained in:
parent
78fcc57e33
commit
c88afc94c8
@ -50,12 +50,6 @@ paths:
|
||||
responses:
|
||||
'200':
|
||||
description: Success
|
||||
'500':
|
||||
description: Internal server error
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/ErrorResponse'
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
Loading…
x
Reference in New Issue
Block a user