mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-15 23:57:48 +00:00
Add more detail on the ransack based queries in the description
This commit is contained in:
@@ -342,7 +342,10 @@ paths:
|
||||
|
||||
/orders:
|
||||
get:
|
||||
description: Gets all Orders. Use combinations of parameters to filter your query. For example /api/orders?q[completed_at_gt]=2020_02_02&q[completed_at_lt]=2020_02_10 returns orders between 2nd and 10th February 2020.
|
||||
description: >
|
||||
Gets all Orders. Use combinations of parameters to filter your query.
|
||||
For example /api/orders?q[completed_at_gt]=2020_02_02&q[completed_at_lt]=2020_02_10 returns orders between 2nd and 10th February 2020.
|
||||
Query parameters are generated for the '#/components/schemas/Order_Concise' model with [Ransack](https://github.com/activerecord-hackery/ransack#search-matchers) search matchers
|
||||
tags:
|
||||
- orders
|
||||
parameters:
|
||||
|
||||
Reference in New Issue
Block a user