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
|
- `<field>` is a field name
|
||||||
- `<condition>` is a comparison operator, one of
|
- `<condition>` is a comparison operator, one of
|
||||||
- `=` equal
|
- `=` equal
|
||||||
|
- `!=` not equal
|
||||||
- `~` LIKE
|
- `~` LIKE
|
||||||
- `<` less
|
- `<` less
|
||||||
- `>` greater
|
- `>` greater
|
||||||
|
@ -5113,7 +5113,7 @@
|
|||||||
"in": "query",
|
"in": "query",
|
||||||
"name": "query[]",
|
"name": "query[]",
|
||||||
"required": false,
|
"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": {
|
"schema": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user