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",