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

This commit is contained in:
Jakob Borg
2021-06-30 07:45:30 +02:00
parent bd363fe0b7
commit 82741ad207
52 changed files with 31 additions and 63 deletions
+4 -3
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" "Jun 21, 2021" "v1" "Syncthing"
.TH "SYNCTHING-REST-API" "7" "Jun 25, 2021" "v1" "Syncthing"
.SH NAME
syncthing-rest-api \- REST API
.sp
@@ -749,8 +749,9 @@ its replaced, otherwise a new one is added.
.SS /rest/config/folders/*id*, /rest/config/devices/*id*
.sp
Put the desired folder\- respectively device\-ID in place of *id*. \fBGET\fP
returns the folder/device for the given ID, \fBPUT\fP replaces the entire config
and \fBPATCH\fP replaces only the given child objects.
returns the folder/device for the given ID, \fBPUT\fP replaces the entire config,
\fBPATCH\fP replaces only the given child objects and \fBDELETE\fP removes the
folder/device.
.SS /rest/config/options, /rest/config/ldap, /rest/config/gui
.sp
\fBGET\fP returns the respective object, \fBPUT\fP replaces the entire object and