mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Automated API Docs update
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user