Automated API Docs update

This commit is contained in:
Servarr
2024-01-28 08:05:45 +00:00
committed by Bogdan
parent 47fb886930
commit 8cf892124c

View File

@@ -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": {