From 588b4ff103cdd150742510509eeeb711ee27c5fe Mon Sep 17 00:00:00 2001 From: Servarr Date: Wed, 19 Feb 2025 13:53:55 +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" },