Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 5709af1

Browse files
author
Trevor Skaggs
committed
Add POST method and body to create-order return
1 parent 0a5d877 commit 5709af1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/stapi_fastapi/routers/product_router.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ async def search_opportunities(
179179
),
180180
rel="create-order",
181181
type=TYPE_JSON,
182+
method="POST",
183+
body=search.dict(),
182184
),
183185
],
184186
)

0 commit comments

Comments
 (0)