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": { "autoRedownloadFailed": {
"type": "boolean" "type": "boolean"
},
"autoRedownloadFailedFromInteractiveSearch": {
"type": "boolean"
} }
}, },
"additionalProperties": false "additionalProperties": false
@ -8731,6 +8734,9 @@
"enableAutomaticAdd": { "enableAutomaticAdd": {
"type": "boolean" "type": "boolean"
}, },
"searchForMissingEpisodes": {
"type": "boolean"
},
"shouldMonitor": { "shouldMonitor": {
"$ref": "#/components/schemas/MonitorTypes" "$ref": "#/components/schemas/MonitorTypes"
}, },