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" - } - } } } },