mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-24 00:20:25 +00:00
update OpenAPI schema
Some checks failed
CI / Test and deploy (push) Has been cancelled
CI / Test build flags (push) Has been cancelled
Code scanning - action / CodeQL-Build (push) Has been cancelled
Docker / Build (push) Has been cancelled
CI / Test with PgSQL/MySQL/Cockroach (push) Has been cancelled
CI / Build Linux packages (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
Some checks failed
CI / Test and deploy (push) Has been cancelled
CI / Test build flags (push) Has been cancelled
Code scanning - action / CodeQL-Build (push) Has been cancelled
Docker / Build (push) Has been cancelled
CI / Test with PgSQL/MySQL/Cockroach (push) Has been cancelled
CI / Build Linux packages (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
12d888f49d
commit
7feeec6941
1 changed files with 8 additions and 4 deletions
|
@ -5466,10 +5466,6 @@ components:
|
|||
tls_username:
|
||||
type: string
|
||||
description: 'defines the TLS certificate field to use as username. For FTP clients it must match the name provided using the "USER" command. For WebDAV, if no username is provided, the CN will be used as username. For WebDAV clients it must match the implicit or provided username. Ignored if mutual TLS is disabled. Currently the only supported value is `CommonName`'
|
||||
tls_certs:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
hooks:
|
||||
$ref: '#/components/schemas/HooksFilter'
|
||||
disable_fs_checks:
|
||||
|
@ -5538,6 +5534,14 @@ components:
|
|||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/RecoveryCode'
|
||||
tls_certs:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
additional_emails:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
Secret:
|
||||
type: object
|
||||
properties:
|
||||
|
|
Loading…
Reference in a new issue