Automated API Docs update

ignore-downstream
pull/6078/head
Sonarr 8 months ago committed by Mark McDowall
parent 95b389a948
commit 5bceacb30e

@ -7637,7 +7637,7 @@
"type": "array",
"items": {
"type": "object",
"additionalProperties": {}
"additionalProperties": { }
},
"nullable": true
}
@ -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"
},
@ -11821,10 +11827,10 @@
},
"security": [
{
"X-Api-Key": []
"X-Api-Key": [ ]
},
{
"apikey": []
"apikey": [ ]
}
]
}
Loading…
Cancel
Save