Automated API Docs update

ignore-downstream
This commit is contained in:
Sonarr 2023-10-10 03:44:58 +00:00 committed by Mark McDowall
parent 95b389a948
commit 5bceacb30e
1 changed files with 9 additions and 3 deletions

View File

@ -7856,6 +7856,9 @@
},
"autoRedownloadFailed": {
"type": "boolean"
},
"autoRedownloadFailedFromInteractiveSearch": {
"type": "boolean"
}
},
"additionalProperties": false
@ -8731,6 +8734,9 @@
"enableAutomaticAdd": {
"type": "boolean"
},
"searchForMissingEpisodes": {
"type": "boolean"
},
"shouldMonitor": {
"$ref": "#/components/schemas/MonitorTypes"
},