From 4763f74e1d891c1ad1b3e75128ff0d6ac341d321 Mon Sep 17 00:00:00 2001 From: scphantm Date: Sun, 13 Oct 2024 11:58:40 -0400 Subject: [PATCH] Remove retroApplyTags from openapi.json The retroApplyTags property was deleted to streamline the API schema. This change ensures the JSON specification is more concise and easier to maintain. --- src/Radarr.Api.V3/openapi.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Radarr.Api.V3/openapi.json b/src/Radarr.Api.V3/openapi.json index 7ae5c435d6..30dc950c9b 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -9818,9 +9818,6 @@ }, "nullable": true }, - "retroApplyTags": { - "type": "boolean" - }, "presets": { "type": "array", "items": {