From 19935276e98591b3b31a28820a30f1c6eb1b99fa Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 10 Aug 2019 13:11:02 +0200 Subject: [PATCH] Typo... --- grocy.openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy.openapi.json b/grocy.openapi.json index 56a9633f..3fcc5982 100644 --- a/grocy.openapi.json +++ b/grocy.openapi.json @@ -454,7 +454,7 @@ }, "/objects/{entity}/search/{searchString}": { "get": { - "summary": "Returns all objects of the given entity where the field \"name\" contains the search string (so only works for entities which have that field", + "summary": "Returns all objects of the given entity where the field \"name\" contains the search string (so only works for entities which have that field)", "tags": [ "Generic entity interactions" ],