Add api token param

This commit is contained in:
Inex Code
2021-11-16 13:28:16 +03:00
parent c2a4385b04
commit 3e710e61d2
4 changed files with 25 additions and 1 deletions

View File

@@ -18,6 +18,14 @@
"timezone": {
"type": "string"
},
"api": {
"type": "object",
"properties": {
"token": {
"type": "string"
}
}
},
"backblaze": {
"type": "object",
"properties": {