mirror of
https://github.com/Radarr/Radarr
synced 2026-05-08 16:21:19 +02:00
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:
parent
f18af2aca8
commit
b1bdb0dddd
1 changed files with 3 additions and 0 deletions
|
|
@ -9818,6 +9818,9 @@
|
|||
},
|
||||
"nullable": true
|
||||
},
|
||||
"retroApplyTags": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"presets": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue