mirror of https://github.com/lidarr/Lidarr
Automated API Docs update
This commit is contained in:
parent
fe9fa4c1ea
commit
a50027f2e7
|
@ -8828,11 +8828,19 @@
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
|
"AuthenticationRequiredType": {
|
||||||
|
"enum": [
|
||||||
|
"enabled",
|
||||||
|
"disabledForLocalAddresses"
|
||||||
|
],
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"AuthenticationType": {
|
"AuthenticationType": {
|
||||||
"enum": [
|
"enum": [
|
||||||
"none",
|
"none",
|
||||||
"basic",
|
"basic",
|
||||||
"forms"
|
"forms",
|
||||||
|
"external"
|
||||||
],
|
],
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
@ -9583,6 +9591,9 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
|
"privacy": {
|
||||||
|
"$ref": "#/components/schemas/PrivacyLevel"
|
||||||
|
},
|
||||||
"placeholder": {
|
"placeholder": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"nullable": true
|
"nullable": true
|
||||||
|
@ -9771,6 +9782,9 @@
|
||||||
"authenticationMethod": {
|
"authenticationMethod": {
|
||||||
"$ref": "#/components/schemas/AuthenticationType"
|
"$ref": "#/components/schemas/AuthenticationType"
|
||||||
},
|
},
|
||||||
|
"authenticationRequired": {
|
||||||
|
"$ref": "#/components/schemas/AuthenticationRequiredType"
|
||||||
|
},
|
||||||
"analyticsEnabled": {
|
"analyticsEnabled": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
@ -11411,6 +11425,15 @@
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
|
"PrivacyLevel": {
|
||||||
|
"enum": [
|
||||||
|
"normal",
|
||||||
|
"password",
|
||||||
|
"apiKey",
|
||||||
|
"userName"
|
||||||
|
],
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"ProfileFormatItem": {
|
"ProfileFormatItem": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
Loading…
Reference in New Issue