From 5563e7ed4c714a3121e0f922badb28bfd6d8784c Mon Sep 17 00:00:00 2001 From: Sebastian Ecker Date: Fri, 17 Sep 2021 16:22:26 +0200 Subject: [PATCH] StockLogEntry Property is date instead of date-time (#1617) --- grocy.openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy.openapi.json b/grocy.openapi.json index e3325477..ac5f9795 100644 --- a/grocy.openapi.json +++ b/grocy.openapi.json @@ -5120,7 +5120,7 @@ }, "used_date": { "type": "string", - "format": "date-time" + "format": "date" }, "spoiled": { "type": "boolean",