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