From 3ec5a4b78ae5bd5b7a91a208d2be9f3ba7f304dc Mon Sep 17 00:00:00 2001 From: Servarr Date: Sun, 25 May 2025 12:04:03 +0000 Subject: [PATCH] Automated API Docs update --- src/Radarr.Api.V3/openapi.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Radarr.Api.V3/openapi.json b/src/Radarr.Api.V3/openapi.json index 69097ce56f..420f707ccb 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -11027,6 +11027,13 @@ }, "nullable": true }, + "keywords": { + "type": "array", + "items": { + "type": "string" + }, + "nullable": true + }, "tags": { "uniqueItems": true, "type": "array",