Automated API Docs update

This commit is contained in:
Servarr 2022-05-03 02:35:08 +00:00 committed by Qstick
parent abc232b3aa
commit 740650ff82
1 changed files with 26 additions and 0 deletions

View File

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