From 510f62c101055bbb2dc91ebec6312416245a34e6 Mon Sep 17 00:00:00 2001 From: Bertrand SIFRE Date: Wed, 5 Mar 2025 13:22:02 +0100 Subject: [PATCH] fix(openapi): volatile is not an array, it's an object --- grocy.openapi.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/grocy.openapi.json b/grocy.openapi.json index c33be4c2..5ce20b44 100644 --- a/grocy.openapi.json +++ b/grocy.openapi.json @@ -1617,10 +1617,7 @@ "content": { "application/json": { "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CurrentVolatilStockResponse" - } + "$ref": "#/components/schemas/CurrentVolatilStockResponse" } } }