We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bca68d commit 2cd0650Copy full SHA for 2cd0650
invokeai/app/api/routers/session_queue.py
@@ -110,7 +110,7 @@ async def cancel_by_batch_ids(
110
@session_queue_router.put(
111
"/{queue_id}/cancel_by_destination",
112
operation_id="cancel_by_destination",
113
- responses={200: {"model": CancelByBatchIDsResult}},
+ responses={200: {"model": CancelByDestinationResult}},
114
)
115
async def cancel_by_destination(
116
queue_id: str = Path(description="The queue id to perform this operation on"),
0 commit comments