Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/0199a37a0ce38f5d995b8fbd4819b0c2a20f81b9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Automated API Docs update

pull/1244/head
Servarr 2 years ago committed by Qstick
parent e9764820c0
commit 0199a37a0c

@ -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"
},

Loading…
Cancel
Save