mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +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,
|
"minimum": 0,
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
|
"secure": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"username": {
|
"username": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
|
@ -16735,6 +16738,7 @@
|
||||||
"ignoreCert",
|
"ignoreCert",
|
||||||
"password",
|
"password",
|
||||||
"port",
|
"port",
|
||||||
|
"secure",
|
||||||
"username"
|
"username"
|
||||||
],
|
],
|
||||||
"type": "object"
|
"type": "object"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue