mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 14:50:55 +03:00
update OpenAPI schema
This commit is contained in:
@@ -2,7 +2,7 @@ openapi: 3.0.3
|
|||||||
info:
|
info:
|
||||||
title: SFTPGo
|
title: SFTPGo
|
||||||
description: SFTPGo REST API
|
description: SFTPGo REST API
|
||||||
version: 2.2.3
|
version: 2.2.4
|
||||||
|
|
||||||
servers:
|
servers:
|
||||||
- url: /api/v1
|
- url: /api/v1
|
||||||
@@ -1394,6 +1394,9 @@ components:
|
|||||||
description: the port used for serving requests
|
description: the port used for serving requests
|
||||||
enable_https:
|
enable_https:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
client_auth_type:
|
||||||
|
type: integer
|
||||||
|
description: 1 means that client certificate authentication is required in addition to HTTP basic authentication
|
||||||
FTPDBinding:
|
FTPDBinding:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@@ -1419,6 +1422,9 @@ components:
|
|||||||
force_passive_ip:
|
force_passive_ip:
|
||||||
type: string
|
type: string
|
||||||
description: External IP address to expose for passive connections
|
description: External IP address to expose for passive connections
|
||||||
|
client_auth_type:
|
||||||
|
type: integer
|
||||||
|
description: 1 means that client certificate authentication is required in addition to FTP authentication
|
||||||
SSHServiceStatus:
|
SSHServiceStatus:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Reference in New Issue
Block a user