chore(oas): fix cURL example for search product (#4520)
This commit is contained in:
@@ -32,7 +32,11 @@ import { validator } from "../../../../utils/validator"
|
|||||||
* - lang: Shell
|
* - lang: Shell
|
||||||
* label: cURL
|
* label: cURL
|
||||||
* source: |
|
* source: |
|
||||||
* curl --location --request POST 'https://medusa-url.com/store/products/search?q=Shirt'
|
* curl --location --request POST 'https://medusa-url.com/store/products/search?q=Shirt' \
|
||||||
|
* --header 'Content-Type: application/json' \
|
||||||
|
* --data-raw '{
|
||||||
|
* "q": "Shirt"
|
||||||
|
* }'
|
||||||
* tags:
|
* tags:
|
||||||
* - Products
|
* - Products
|
||||||
* responses:
|
* responses:
|
||||||
|
|||||||
Reference in New Issue
Block a user