From e5d479a162b5159bfc38aa6a32f40d89b433f9c8 Mon Sep 17 00:00:00 2001 From: Servarr Date: Tue, 17 Oct 2023 16:06:20 +0000 Subject: [PATCH] Automated API Docs update --- src/Radarr.Api.V3/openapi.json | 102 ++++++++++++++++++++++----------- 1 file changed, 70 insertions(+), 32 deletions(-) diff --git a/src/Radarr.Api.V3/openapi.json b/src/Radarr.Api.V3/openapi.json index 8b442b300..c1a1064e3 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -2500,6 +2500,39 @@ "schema": { "type": "string" } + }, + { + "name": "movieIds", + "in": "query", + "schema": { + "type": "array", + "items": { + "type": "integer", + "format": "int32" + } + } + }, + { + "name": "languages", + "in": "query", + "schema": { + "type": "array", + "items": { + "type": "integer", + "format": "int32" + } + } + }, + { + "name": "quality", + "in": "query", + "schema": { + "type": "array", + "items": { + "type": "integer", + "format": "int32" + } + } } ], "responses": { @@ -2550,14 +2583,6 @@ "200": { "description": "Success", "content": { - "text/plain": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/HistoryResource" - } - } - }, "application/json": { "schema": { "type": "array", @@ -2565,14 +2590,6 @@ "$ref": "#/components/schemas/HistoryResource" } } - }, - "text/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/HistoryResource" - } - } } } } @@ -2613,14 +2630,6 @@ "200": { "description": "Success", "content": { - "text/plain": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/HistoryResource" - } - } - }, "application/json": { "schema": { "type": "array", @@ -2628,14 +2637,6 @@ "$ref": "#/components/schemas/HistoryResource" } } - }, - "text/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/HistoryResource" - } - } } } } @@ -6746,6 +6747,43 @@ "type": "boolean", "default": false } + }, + { + "name": "movieIds", + "in": "query", + "schema": { + "type": "array", + "items": { + "type": "integer", + "format": "int32" + } + } + }, + { + "name": "protocol", + "in": "query", + "schema": { + "$ref": "#/components/schemas/DownloadProtocol" + } + }, + { + "name": "languages", + "in": "query", + "schema": { + "type": "array", + "items": { + "type": "integer", + "format": "int32" + } + } + }, + { + "name": "quality", + "in": "query", + "schema": { + "type": "integer", + "format": "int32" + } } ], "responses": {