Automated API Docs update

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

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

Loading…
Cancel
Save