From 679a5fa4b2f09d68e0b5e3cd9a403b048480023c Mon Sep 17 00:00:00 2001 From: Servarr Date: Fri, 12 Jan 2024 23:15:06 +0000 Subject: [PATCH] Automated API Docs update --- src/Lidarr.Api.V1/openapi.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index 560568e8c..bf38103f9 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -6639,16 +6639,6 @@ "schema": { "$ref": "#/components/schemas/ReleaseResource" } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/ReleaseResource" - } - }, - "application/*+json": { - "schema": { - "$ref": "#/components/schemas/ReleaseResource" - } } } }, @@ -11958,6 +11948,15 @@ "type": "integer", "format": "int32", "nullable": true + }, + "downloadClientId": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "downloadClient": { + "type": "string", + "nullable": true } }, "additionalProperties": false