We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f90c5 commit 039960fCopy full SHA for 039960f
.env.example
@@ -4,7 +4,7 @@
4
5
APP_NAME=swis-api
6
APP_ROOT=/opt/${APP_NAME}
7
-APP_VERSION=5.17.6
+APP_VERSION=5.17.7
8
9
10
#
cmd/swis-api/main.go
@@ -1,5 +1,5 @@
1
// @title swis-api (swapi) v5
2
-// @version 5.17.6
+// @version 5.17.7
3
// @description sakalWeb Information System v5 RESTful API documentation
// @termsOfService http://swagger.io/terms/
pkg/backups/models.go
@@ -19,6 +19,9 @@ type Backup struct {
19
// Size of the gzip/tar archive in bytes.
20
Size int `json:"backup_size"`
21
22
+ // TimeToLive aka the tolerable age of last backup in hours.
23
+ TTL float64 `json:"ttl"`
24
+
25
// Name of the compressed backup file.
26
FileName string `json:"file_name"`
27
0 commit comments