mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
Automated API Docs update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user