From b1bdb0dddd37efb1867fe0acec9868dadcd2170d Mon Sep 17 00:00:00 2001 From: scphantm Date: Sun, 13 Oct 2024 11:48:06 -0400 Subject: [PATCH] Add retroApplyTags boolean to openapi.json This change introduces a new boolean field called retroApplyTags to the Radarr API V3. It ensures that the API schema includes this property for any relevant operations. This helps in handling retroactive tag application within the system. --- 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 30dc950c9b..7ae5c435d6 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -9818,6 +9818,9 @@ }, "nullable": true }, + "retroApplyTags": { + "type": "boolean" + }, "presets": { "type": "array", "items": {