mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-24 23:02:44 +00:00
Automated API Docs update
This commit is contained in:
parent
abc232b3aa
commit
740650ff82
1 changed files with 26 additions and 0 deletions
|
@ -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…
Reference in a new issue