From 5cc720184b9f3dd89d2535be52db06079909d9eb Mon Sep 17 00:00:00 2001 From: Sonarr Date: Sat, 12 Aug 2023 05:47:46 +0000 Subject: [PATCH] Automated API Docs update ignore-downstream --- src/Sonarr.Api.V3/openapi.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/Sonarr.Api.V3/openapi.json b/src/Sonarr.Api.V3/openapi.json index 4cf3cb7d9..9893ee7bf 100644 --- a/src/Sonarr.Api.V3/openapi.json +++ b/src/Sonarr.Api.V3/openapi.json @@ -7472,6 +7472,13 @@ }, "additionalProperties": false }, + "DatabaseType": { + "enum": [ + "sqLite", + "postgreSQL" + ], + "type": "string" + }, "DelayProfileResource": { "type": "object", "properties": { @@ -11174,6 +11181,12 @@ "packageUpdateMechanismMessage": { "type": "string", "nullable": true + }, + "databaseVersion": { + "$ref": "#/components/schemas/Version" + }, + "databaseType": { + "$ref": "#/components/schemas/DatabaseType" } }, "additionalProperties": false