chore(oas): remove incorrect query parameter (#4526)

This commit is contained in:
Shahed Nasser
2023-07-13 10:56:22 +03:00
committed by GitHub
parent 56d1d326d4
commit f61488f105

View File

@@ -32,7 +32,7 @@ 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' \
* --header 'Content-Type: application/json' \
* --data-raw '{
* "q": "Shirt"