From 35f646560679f7175535582c7633172e17b9313a Mon Sep 17 00:00:00 2001 From: elraro Date: Fri, 2 Feb 2024 07:17:34 +0100 Subject: [PATCH] fix: added missing schema --- backend/lib/doc/Configuration.openapi.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/lib/doc/Configuration.openapi.json b/backend/lib/doc/Configuration.openapi.json index 0462c57f..dc05ef03 100644 --- a/backend/lib/doc/Configuration.openapi.json +++ b/backend/lib/doc/Configuration.openapi.json @@ -90,6 +90,10 @@ "$ref": "#/components/schemas/ValetudoCustomizationsDTO" } } + }, + "_version": { + "type": "string", + "description": "Used for migration purposes" } } },