mirror of
https://github.com/Readarr/Readarr
synced 2025-12-20 23:35:13 +01:00
Automated API Docs update
This commit is contained in:
parent
84f22dbadc
commit
c7226fc85f
1 changed files with 16 additions and 1 deletions
|
|
@ -8427,11 +8427,19 @@
|
|||
],
|
||||
"type": "string"
|
||||
},
|
||||
"AuthenticationRequiredType": {
|
||||
"enum": [
|
||||
"enabled",
|
||||
"disabledForLocalAddresses"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"AuthenticationType": {
|
||||
"enum": [
|
||||
"none",
|
||||
"basic",
|
||||
"forms"
|
||||
"forms",
|
||||
"external"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
|
|
@ -10595,6 +10603,9 @@
|
|||
"authenticationMethod": {
|
||||
"$ref": "#/components/schemas/AuthenticationType"
|
||||
},
|
||||
"authenticationRequired": {
|
||||
"$ref": "#/components/schemas/AuthenticationRequiredType"
|
||||
},
|
||||
"analyticsEnabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
@ -10606,6 +10617,10 @@
|
|||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"passwordConfirmation": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"logLevel": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
|
|
|
|||
Loading…
Reference in a new issue