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" "type": "string"
}, },
"AuthenticationRequiredType": {
"enum": [
"enabled",
"disabledForLocalAddresses"
],
"type": "string"
},
"AuthenticationType": { "AuthenticationType": {
"enum": [ "enum": [
"none", "none",
"basic", "basic",
"forms" "forms",
"external"
], ],
"type": "string" "type": "string"
}, },
@@ -5145,6 +5153,9 @@
"authenticationMethod": { "authenticationMethod": {
"$ref": "#/components/schemas/AuthenticationType" "$ref": "#/components/schemas/AuthenticationType"
}, },
"authenticationRequired": {
"$ref": "#/components/schemas/AuthenticationRequiredType"
},
"analyticsEnabled": { "analyticsEnabled": {
"type": "boolean" "type": "boolean"
}, },