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.
This commit is contained in:
scphantm 2024-10-13 11:48:06 -04:00
parent f18af2aca8
commit b1bdb0dddd

View file

@ -9818,6 +9818,9 @@
},
"nullable": true
},
"retroApplyTags": {
"type": "boolean"
},
"presets": {
"type": "array",
"items": {