gui, man, authors: Update docs, translations, and contributors

This commit is contained in:
Syncthing Release Automation
2023-03-13 03:45:45 +00:00
parent 466b56ded1
commit 59de7048bd
18 changed files with 34 additions and 30 deletions
+3 -2
View File
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "SYNCTHING-REST-API" "7" "Feb 22, 2023" "v1.23.1" "Syncthing"
.TH "SYNCTHING-REST-API" "7" "Mar 11, 2023" "v1.23.2" "Syncthing"
.SH NAME
syncthing-rest-api \- REST API
.sp
@@ -1831,7 +1831,7 @@ event types. The \fBevents\fP parameter is not used.
.SS GET /rest/stats/device
.sp
Returns general statistics about devices. Currently, only contains the
time the device was last seen.
time the device was last seen and the last connection duration.
.INDENT 0.0
.INDENT 3.5
.sp
@@ -1841,6 +1841,7 @@ $ curl \-s http://localhost:8384/rest/stats/device | json
{
"P56IOI7\-MZJNU2Y\-IQGDREY\-DM2MGTI\-MGL3BXN\-PQ6W5BM\-TBBZ4TJ\-XZWICQ2": {
"lastSeen" : "2015\-04\-18T11:21:31.3256277+01:00"
"lastConnectionDurationS": 556335.421708141
}
}
.ft P