chore(docs): Generated API Reference (#4529)
Co-authored-by: shahednasser <shahednasser@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f61488f105
commit
5affae9583
13
docs/api/store/components/schemas/StorePostSearchReq.yaml
Normal file
13
docs/api/store/components/schemas/StorePostSearchReq.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
type: object
|
||||
properties:
|
||||
q:
|
||||
type: string
|
||||
description: The query to run the search with.
|
||||
offset:
|
||||
type: number
|
||||
description: How many products to skip in the result.
|
||||
limit:
|
||||
type: number
|
||||
description: Limit the number of products returned.
|
||||
filter:
|
||||
description: Filter based on the search engine.
|
||||
Reference in New Issue
Block a user