From 79a175c74db8fe12b585f2688825d910cd52e1f8 Mon Sep 17 00:00:00 2001 From: Servarr Date: Fri, 27 Jan 2023 02:58:47 +0000 Subject: [PATCH] Automated API Docs update --- src/Lidarr.Api.V1/openapi.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index 76569dae5..04e6a0816 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -13650,6 +13650,14 @@ }, "quality": { "$ref": "#/components/schemas/QualityModel" + }, + "sceneName": { + "type": "string", + "nullable": true + }, + "releaseGroup": { + "type": "string", + "nullable": true } }, "additionalProperties": false @@ -13681,6 +13689,14 @@ "type": "string", "format": "date-time" }, + "sceneName": { + "type": "string", + "nullable": true + }, + "releaseGroup": { + "type": "string", + "nullable": true + }, "quality": { "$ref": "#/components/schemas/QualityModel" },