From f07a21b00be7f72d2d8c190aa7573314ebaaa149 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 11 Dec 2020 19:36:29 +0100 Subject: [PATCH] Added missing API query filter info --- changelog/60_UNRELEASED_2020-xx-xx.md | 1 + grocy.openapi.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog/60_UNRELEASED_2020-xx-xx.md b/changelog/60_UNRELEASED_2020-xx-xx.md index 0ab935c5..5335f544 100644 --- a/changelog/60_UNRELEASED_2020-xx-xx.md +++ b/changelog/60_UNRELEASED_2020-xx-xx.md @@ -197,6 +197,7 @@ - `` is a field name - `` is a comparison operator, one of - `=` equal + - `!=` not equal - `~` LIKE - `<` less - `>` greater diff --git a/grocy.openapi.json b/grocy.openapi.json index 7d4273b1..5a58b371 100644 --- a/grocy.openapi.json +++ b/grocy.openapi.json @@ -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 `` where
`` is a valid field name
`` is a comparison operator, one of
  `=` equal
  `~` LIKE
  `<` less
  `>` greater
  `<=` less or equal
  `>=` (reater or equal
`` is the value to search for", + "description": "An array of filter conditions, each of them is a string in the form of `` where
`` is a valid field name
`` is a comparison operator, one of
  `=` equal
  `!=` not equal
  `~` LIKE
  `<` less
  `>` greater
  `<=` less or equal
  `>=` (greater or equal
`` is the value to search for", "schema": { "type": "array", "items": {