From 726b71027e8e9fc7a2acf38ad32b4c28c87c20a1 Mon Sep 17 00:00:00 2001 From: Servarr Date: Sun, 20 Aug 2023 19:59:08 +0000 Subject: [PATCH] Automated API Docs update --- src/Radarr.Api.V3/openapi.json | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/src/Radarr.Api.V3/openapi.json b/src/Radarr.Api.V3/openapi.json index 8cbd44b16..90f33cf7e 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -639,20 +639,20 @@ "type": "boolean", "default": false } + }, + { + "name": "tags", + "in": "query", + "schema": { + "type": "string", + "default": "" + } } ], "responses": { "200": { "description": "Success", "content": { - "text/plain": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/MovieResource" - } - } - }, "application/json": { "schema": { "type": "array", @@ -660,14 +660,6 @@ "$ref": "#/components/schemas/MovieResource" } } - }, - "text/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/MovieResource" - } - } } } }