From 1c4b5f2abf53cd8f2f05a96e68da9edf054deda6 Mon Sep 17 00:00:00 2001 From: Servarr Date: Mon, 11 Sep 2023 02:15:07 +0000 Subject: [PATCH] Automated API Docs update --- src/Radarr.Api.V3/openapi.json | 36 +++++++++------------------------- 1 file changed, 9 insertions(+), 27 deletions(-) diff --git a/src/Radarr.Api.V3/openapi.json b/src/Radarr.Api.V3/openapi.json index 62b39fdfb..c3e753790 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -1097,33 +1097,7 @@ ], "responses": { "200": { - "description": "Success", - "content": { - "text/plain": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CreditResource" - } - } - }, - "application/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CreditResource" - } - } - }, - "text/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CreditResource" - } - } - } - } + "description": "Success" } } } @@ -4840,6 +4814,14 @@ "type": "integer", "format": "int32" } + }, + { + "name": "excludeLocalCovers", + "in": "query", + "schema": { + "type": "boolean", + "default": false + } } ], "responses": {