mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-31 03:17:23 +08:00
fix(openapi): resolve getHistory operationId collision
Spectral flagged: both /api/history (OSS local) and /api/history_v2 (cloud) had operationId 'getHistory' after the rename. Rename vendor's /api/history to 'getPromptHistory' to disambiguate. Cloud's runtime denies /api/history at the overlay level so combined codegen is unaffected by this change.
This commit is contained in:
parent
96d4c86e4b
commit
a0deb78424
@ -356,7 +356,7 @@ paths:
|
||||
# ---------------------------------------------------------------------------
|
||||
/api/history:
|
||||
get:
|
||||
operationId: getHistory
|
||||
operationId: getPromptHistory
|
||||
tags: [history]
|
||||
summary: Get execution history
|
||||
deprecated: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user