Automated API Docs update

pull/2805/head
Servarr 2 years ago committed by Qstick
parent abc232b3aa
commit 740650ff82

@ -9028,6 +9028,9 @@
},
"monitoringOptions": {
"$ref": "#/components/schemas/MonitoringOptions"
},
"monitorNewItems": {
"$ref": "#/components/schemas/NewItemMonitorTypes"
}
},
"additionalProperties": false
@ -9087,6 +9090,9 @@
"monitored": {
"type": "boolean"
},
"monitorNewItems": {
"$ref": "#/components/schemas/NewItemMonitorTypes"
},
"lastInfoSync": {
"type": "string",
"format": "date-time",
@ -9162,6 +9168,9 @@
"type": "boolean",
"nullable": true
},
"monitorNewItems": {
"$ref": "#/components/schemas/NewItemMonitorTypes"
},
"qualityProfileId": {
"type": "integer",
"format": "int32",
@ -9400,6 +9409,9 @@
"monitored": {
"type": "boolean"
},
"monitorNewItems": {
"$ref": "#/components/schemas/NewItemMonitorTypes"
},
"rootFolderPath": {
"type": "string",
"nullable": true
@ -10472,6 +10484,9 @@
"type": "string",
"nullable": true
},
"monitorNewItems": {
"$ref": "#/components/schemas/NewItemMonitorTypes"
},
"qualityProfileId": {
"type": "integer",
"format": "int32"
@ -11283,6 +11298,14 @@
},
"additionalProperties": false
},
"NewItemMonitorTypes": {
"enum": [
"all",
"none",
"new"
],
"type": "string"
},
"NotificationResource": {
"type": "object",
"properties": {
@ -12480,6 +12503,9 @@
"defaultMonitorOption": {
"$ref": "#/components/schemas/MonitorTypes"
},
"defaultNewItemMonitorOption": {
"$ref": "#/components/schemas/NewItemMonitorTypes"
},
"defaultTags": {
"uniqueItems": true,
"type": "array",

Loading…
Cancel
Save