chore(oas): fix cURL example for search product (#4520)

This commit is contained in:
Shahed Nasser
2023-07-12 21:01:01 +03:00
committed by GitHub
parent ef24fef53b
commit 3ed6438486

View File

@@ -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: