mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Add field in spec
This commit is contained in:
parent
9d22076a0a
commit
8a2dcd0402
1 changed files with 4 additions and 0 deletions
|
|
@ -16726,6 +16726,9 @@
|
|||
"minimum": 0,
|
||||
"type": "number"
|
||||
},
|
||||
"secure": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
}
|
||||
|
|
@ -16735,6 +16738,7 @@
|
|||
"ignoreCert",
|
||||
"password",
|
||||
"port",
|
||||
"secure",
|
||||
"username"
|
||||
],
|
||||
"type": "object"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue