Automated API Docs update

This commit is contained in:
Servarr
2022-12-20 22:29:45 +00:00
committed by Qstick
parent e9764820c0
commit 0199a37a0c

View File

@@ -4548,11 +4548,19 @@
],
"type": "string"
},
"AuthenticationRequiredType": {
"enum": [
"enabled",
"disabledForLocalAddresses"
],
"type": "string"
},
"AuthenticationType": {
"enum": [
"none",
"basic",
"forms"
"forms",
"external"
],
"type": "string"
},
@@ -5145,6 +5153,9 @@
"authenticationMethod": {
"$ref": "#/components/schemas/AuthenticationType"
},
"authenticationRequired": {
"$ref": "#/components/schemas/AuthenticationRequiredType"
},
"analyticsEnabled": {
"type": "boolean"
},