Skip to content

Commit 75ebcfe

Browse files
committed
OpenAPI: add missing event statuses to rule condition options
Fixes drakkan#2011 Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
1 parent d245f4c commit 75ebcfe

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

openapi/openapi.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ info:
2929
SFTPGo supports groups to simplify the administration of multiple accounts by letting you assign settings once to a group, instead of multiple times to each individual user.
3030
The SFTPGo WebClient allows end users to change their credentials, browse and manage their files in the browser and setup two-factor authentication which works with Authy, Google Authenticator and other compatible apps.
3131
From the WebClient each authorized user can also create HTTP/S links to externally share files and folders securely, by setting limits to the number of downloads/uploads, protecting the share with a password, limiting access by source IP address, setting an automatic expiration date.
32-
version: 2.6.6
32+
version: v2.6.6
3333
contact:
3434
name: API support
3535
url: 'https://github.com/drakkan/sftpgo'
@@ -7273,6 +7273,19 @@ components:
72737273
max_size:
72747274
type: integer
72757275
format: int64
7276+
event_statuses:
7277+
type: array
7278+
items:
7279+
type: integer
7280+
enum:
7281+
- 1
7282+
- 2
7283+
- 3
7284+
description: |
7285+
Event status:
7286+
- `1` OK
7287+
- `2` Failed
7288+
- `3` Quota exceeded
72767289
concurrent_execution:
72777290
type: boolean
72787291
description: allow concurrent execution from multiple nodes

0 commit comments

Comments
 (0)