parent
dd5a4ad0dc
commit
0bfa7aed83
|
@ -8557,6 +8557,10 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
|
"passwordConfirmation": {
|
||||||
|
"type": "string",
|
||||||
|
"nullable": true
|
||||||
|
},
|
||||||
"logLevel": {
|
"logLevel": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"nullable": true
|
"nullable": true
|
||||||
|
@ -8810,6 +8814,9 @@
|
||||||
"shouldMonitor": {
|
"shouldMonitor": {
|
||||||
"$ref": "#/components/schemas/MonitorTypes"
|
"$ref": "#/components/schemas/MonitorTypes"
|
||||||
},
|
},
|
||||||
|
"monitorNewItems": {
|
||||||
|
"$ref": "#/components/schemas/NewItemMonitorTypes"
|
||||||
|
},
|
||||||
"rootFolderPath": {
|
"rootFolderPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"nullable": true
|
"nullable": true
|
||||||
|
@ -9609,8 +9616,10 @@
|
||||||
"missing",
|
"missing",
|
||||||
"existing",
|
"existing",
|
||||||
"firstSeason",
|
"firstSeason",
|
||||||
|
"lastSeason",
|
||||||
"latestSeason",
|
"latestSeason",
|
||||||
"pilot",
|
"pilot",
|
||||||
|
"recent",
|
||||||
"monitorSpecials",
|
"monitorSpecials",
|
||||||
"unmonitorSpecials",
|
"unmonitorSpecials",
|
||||||
"none"
|
"none"
|
||||||
|
@ -9700,6 +9709,13 @@
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
|
"NewItemMonitorTypes": {
|
||||||
|
"enum": [
|
||||||
|
"all",
|
||||||
|
"none"
|
||||||
|
],
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"NotificationResource": {
|
"NotificationResource": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -11047,6 +11063,9 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
|
"monitorNewItems": {
|
||||||
|
"$ref": "#/components/schemas/NewItemMonitorTypes"
|
||||||
|
},
|
||||||
"qualityProfileId": {
|
"qualityProfileId": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32",
|
"format": "int32",
|
||||||
|
@ -11180,6 +11199,9 @@
|
||||||
"monitored": {
|
"monitored": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"monitorNewItems": {
|
||||||
|
"$ref": "#/components/schemas/NewItemMonitorTypes"
|
||||||
|
},
|
||||||
"useSceneNumbering": {
|
"useSceneNumbering": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue