From cb9514abaf1bd1ea0cf5323075fbf8068430d239 Mon Sep 17 00:00:00 2001 From: Servarr Date: Sat, 25 Jun 2022 20:29:59 +0000 Subject: [PATCH] Automated API Docs update --- src/Radarr.Api.V3/openapi.json | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/src/Radarr.Api.V3/openapi.json b/src/Radarr.Api.V3/openapi.json index ccbfb13a7..3ddfe566e 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -8705,30 +8705,21 @@ }, "additionalProperties": false }, - "CollectionUpdateCollectionResource": { - "type": "object", - "properties": { - "id": { - "type": "integer", - "format": "int32" - }, - "monitored": { - "type": "boolean", - "nullable": true - } - }, - "additionalProperties": false - }, "CollectionUpdateResource": { "type": "object", "properties": { - "collections": { + "collectionIds": { "type": "array", "items": { - "$ref": "#/components/schemas/CollectionUpdateCollectionResource" + "type": "integer", + "format": "int32" }, "nullable": true }, + "monitored": { + "type": "boolean", + "nullable": true + }, "monitorMovies": { "type": "boolean", "nullable": true