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
|
||||
* label: cURL
|
||||
* 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:
|
||||
* - Products
|
||||
* responses:
|
||||
|
||||
Reference in New Issue
Block a user