From ce74062a9fd884efc6cf64b3bbd381dcdfed4cd7 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Tue, 8 Feb 2022 20:39:19 +0100 Subject: [PATCH] Added new chore property to API schema definition (references #1612) --- grocy.openapi.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/grocy.openapi.json b/grocy.openapi.json index f084ce70..c8e08c8e 100644 --- a/grocy.openapi.json +++ b/grocy.openapi.json @@ -5094,6 +5094,10 @@ "next_execution_assigned_to_user_id": { "type": "integer" }, + "start_date": { + "type": "string", + "format": "date-time" + }, "row_created_timestamp": { "type": "string", "format": "date-time"