From 4aa259a666097b34cf9a2cf21197b43576b5ecf3 Mon Sep 17 00:00:00 2001 From: Servarr Date: Sun, 23 Mar 2025 16:40:03 +0000 Subject: [PATCH] Automated API Docs update --- src/Radarr.Api.V3/openapi.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/Radarr.Api.V3/openapi.json b/src/Radarr.Api.V3/openapi.json index 165c5b7d35..e9d7dc06f6 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -5327,7 +5327,8 @@ "200": { "description": "OK" } - } + }, + "deprecated": true } }, "/api/v3/moviefile/bulk": { @@ -5349,6 +5350,28 @@ "description": "OK" } } + }, + "put": { + "tags": [ + "MovieFile" + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/MovieFileResource" + } + } + } + } + }, + "responses": { + "200": { + "description": "OK" + } + } } }, "/api/v3/movie/import": {