From 08d5d0977d4561b742638d1dabde3875a01ec599 Mon Sep 17 00:00:00 2001 From: Jan Karwowski Date: Wed, 13 Dec 2023 17:28:31 +0100 Subject: [PATCH] In openapi schema fix purchased date format in stock log entry It should be just date not a date-time format. --- grocy.openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy.openapi.json b/grocy.openapi.json index 2b588de8..0f0b994b 100644 --- a/grocy.openapi.json +++ b/grocy.openapi.json @@ -5329,7 +5329,7 @@ }, "purchased_date": { "type": "string", - "format": "date-time" + "format": "date" }, "used_date": { "type": "string",