Automated API Docs update

pull/4221/head
Servarr 7 months ago committed by Bogdan
parent fe9fa4c1ea
commit a50027f2e7

@ -8828,11 +8828,19 @@
},
"additionalProperties": false
},
"AuthenticationRequiredType": {
"enum": [
"enabled",
"disabledForLocalAddresses"
],
"type": "string"
},
"AuthenticationType": {
"enum": [
"none",
"basic",
"forms"
"forms",
"external"
],
"type": "string"
},
@ -9583,6 +9591,9 @@
"type": "string",
"nullable": true
},
"privacy": {
"$ref": "#/components/schemas/PrivacyLevel"
},
"placeholder": {
"type": "string",
"nullable": true
@ -9771,6 +9782,9 @@
"authenticationMethod": {
"$ref": "#/components/schemas/AuthenticationType"
},
"authenticationRequired": {
"$ref": "#/components/schemas/AuthenticationRequiredType"
},
"analyticsEnabled": {
"type": "boolean"
},
@ -11411,6 +11425,15 @@
},
"additionalProperties": false
},
"PrivacyLevel": {
"enum": [
"normal",
"password",
"apiKey",
"userName"
],
"type": "string"
},
"ProfileFormatItem": {
"type": "object",
"properties": {

Loading…
Cancel
Save