Skip to content

Commit 92125e5

Browse files
committed
bug fixes
1 parent c0c139d commit 92125e5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

invokeai/app/api/routers/style_presets.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ async def get_style_preset(
5757

5858
@style_presets_router.post(
5959
"/i/{style_preset_id}",
60-
operation_id="set_style_preset",
61-
responses={
62-
200: {"model": StylePresetRecordWithImage},
63-
},
60+
operation_id="select_style_preset",
6461
)
6562
async def select_style_preset(
6663
style_preset_id: str = Path(description="The style preset to select"),

0 commit comments

Comments
 (0)