parent
95b389a948
commit
5bceacb30e
|
@ -7637,7 +7637,7 @@
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": {}
|
"additionalProperties": { }
|
||||||
},
|
},
|
||||||
"nullable": true
|
"nullable": true
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
},
|
},
|
||||||
|
@ -11821,10 +11827,10 @@
|
||||||
},
|
},
|
||||||
"security": [
|
"security": [
|
||||||
{
|
{
|
||||||
"X-Api-Key": []
|
"X-Api-Key": [ ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"apikey": []
|
"apikey": [ ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue