From d39a3ade5b637b6a9bfdec6d28552820a1008e0f Mon Sep 17 00:00:00 2001 From: Servarr Date: Sun, 12 May 2024 19:26:53 +0000 Subject: [PATCH] Automated API Docs update --- src/Radarr.Api.V3/openapi.json | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/src/Radarr.Api.V3/openapi.json b/src/Radarr.Api.V3/openapi.json index a56c22b27..7b8e0bee4 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -828,14 +828,6 @@ "200": { "description": "Success", "content": { - "text/plain": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CollectionResource" - } - } - }, "application/json": { "schema": { "type": "array", @@ -843,14 +835,6 @@ "$ref": "#/components/schemas/CollectionResource" } } - }, - "text/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/CollectionResource" - } - } } } } @@ -8598,6 +8582,9 @@ "type": "string", "nullable": true }, + "isExisting": { + "type": "boolean" + }, "isExcluded": { "type": "boolean" }