mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Added missing API query filter info
This commit is contained in:
parent
51a95814e0
commit
f07a21b00b
@ -197,6 +197,7 @@
|
||||
- `<field>` is a field name
|
||||
- `<condition>` is a comparison operator, one of
|
||||
- `=` equal
|
||||
- `!=` not equal
|
||||
- `~` LIKE
|
||||
- `<` less
|
||||
- `>` greater
|
||||
|
@ -5113,7 +5113,7 @@
|
||||
"in": "query",
|
||||
"name": "query[]",
|
||||
"required": false,
|
||||
"description": "An array of filter conditions, each of them is a string in the form of `<field><condition><value>` where<br>`<field>` is a valid field name<br>`<condition>` is a comparison operator, one of<br> `=` equal<br> `~` LIKE<br> `<` less<br> `>` greater<br> `<=` less or equal<br> `>=` (reater or equal<br>`<value>` is the value to search for",
|
||||
"description": "An array of filter conditions, each of them is a string in the form of `<field><condition><value>` where<br>`<field>` is a valid field name<br>`<condition>` is a comparison operator, one of<br> `=` equal<br> `!=` not equal<br> `~` LIKE<br> `<` less<br> `>` greater<br> `<=` less or equal<br> `>=` (greater or equal<br>`<value>` is the value to search for",
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user