From f76fc63a0a0442f9340beff484e4ddadf01fed11 Mon Sep 17 00:00:00 2001 From: Servarr Date: Tue, 18 Feb 2025 02:48:34 +0000 Subject: [PATCH] Automated API Docs update --- src/Radarr.Api.V3/openapi.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Radarr.Api.V3/openapi.json b/src/Radarr.Api.V3/openapi.json index 1633152c2..165c5b7d3 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -12074,6 +12074,9 @@ "type": "string", "nullable": true }, + "movieRequested": { + "type": "boolean" + }, "downloadAllowed": { "type": "boolean" },