From b43051c53e28a2dd9fa694ee66f5d7d64b0cc59c 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 f400b753..2a409b2f 100644 --- a/grocy.openapi.json +++ b/grocy.openapi.json @@ -5282,7 +5282,7 @@ }, "purchased_date": { "type": "string", - "format": "date-time" + "format": "date" }, "used_date": { "type": "string",