mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-04-29 18:22:30 +02:00
fix(app): adjust session queue api type
This commit is contained in:
parent
3fbf6f2d2a
commit
159b00a490
@ -110,7 +110,7 @@ async def cancel_by_batch_ids(
|
||||
@session_queue_router.put(
|
||||
"/{queue_id}/cancel_by_destination",
|
||||
operation_id="cancel_by_destination",
|
||||
responses={200: {"model": CancelByBatchIDsResult}},
|
||||
responses={200: {"model": CancelByDestinationResult}},
|
||||
)
|
||||
async def cancel_by_destination(
|
||||
queue_id: str = Path(description="The queue id to perform this operation on"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user