From 6ca87a9a49bcf4c10a13b33895ff50cd6159f056 Mon Sep 17 00:00:00 2001 From: Bertrand SIFRE Date: Mon, 10 Mar 2025 17:22:56 +0100 Subject: [PATCH] fix(openapi): volatile is not an array, it's an object (#2694) --- 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" } } }