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"
|
"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"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user