mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-12 11:15:43 +02:00
Automated API Docs update
ignore-downstream
This commit is contained in:
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…
Reference in New Issue
Block a user