Automated API Docs update

pull/1999/head
Servarr 5 months ago committed by Bogdan
parent 47fb886930
commit 8cf892124c

@ -4629,6 +4629,9 @@
"type": "string", "type": "string",
"nullable": true "nullable": true
}, },
"privacy": {
"$ref": "#/components/schemas/PrivacyLevel"
},
"placeholder": { "placeholder": {
"type": "string", "type": "string",
"nullable": true "nullable": true
@ -5675,6 +5678,15 @@
}, },
"additionalProperties": false "additionalProperties": false
}, },
"PrivacyLevel": {
"enum": [
"normal",
"password",
"apiKey",
"userName"
],
"type": "string"
},
"ProviderMessage": { "ProviderMessage": {
"type": "object", "type": "object",
"properties": { "properties": {

Loading…
Cancel
Save