From 1416f7898e454a1e55f61824950f96e9ecde0fce Mon Sep 17 00:00:00 2001 From: Servarr Date: Fri, 26 Jan 2024 10:29:09 +0000 Subject: [PATCH] Automated API Docs update --- src/Radarr.Api.V3/openapi.json | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/src/Radarr.Api.V3/openapi.json b/src/Radarr.Api.V3/openapi.json index d96e4d704..f05abc04f 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -4307,14 +4307,6 @@ "200": { "description": "Success", "content": { - "text/plain": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ManualImportResource" - } - } - }, "application/json": { "schema": { "type": "array", @@ -4322,14 +4314,6 @@ "$ref": "#/components/schemas/ManualImportResource" } } - }, - "text/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ManualImportResource" - } - } } } } @@ -4348,22 +4332,6 @@ "$ref": "#/components/schemas/ManualImportReprocessResource" } } - }, - "text/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ManualImportReprocessResource" - } - } - }, - "application/*+json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ManualImportReprocessResource" - } - } } } },