Automated API Docs update

ignore-downstream
This commit is contained in:
Sonarr 2023-10-10 03:44:58 +00:00
parent 4b9baddccd
commit 36e4bf7e35
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"
}, },