Skip to content

Commit f447e63

Browse files
authored
fix(rest): update /rest/system/connections docs to match status quo (#958)
ref syncthing/syncthing#3771 ref syncthing/syncthing#5737 ref syncthing/syncthing#8918
1 parent 70f34c3 commit f447e63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rest/system-connections-get.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ GET /rest/system/connections
22
============================
33

44

5-
.. note:: Return format changed in versions 0.13.0, 1.19.0 and 1.23.0.
5+
.. note:: Return format changed in versions 0.13.0, 0.14.14, 1.2.0, 1.19.0, 1.23.0 and 1.25.0.
66

77

88
Returns the list of configured devices and some metadata associated
9-
with them. The list also contains the local device itself as not connected.
9+
with them.
1010

11-
The connection types are ``TCP (Client)``, ``TCP (Server)``, ``Relay (Client)`` and ``Relay (Server)``.
11+
The connection types are ``tcp-client``, ``tcp-server``, ``relay-client``, ``relay-server``, ``quic-client`` and ``quic-server``.
1212

1313
.. code-block:: json
1414
@@ -48,7 +48,7 @@ The connection types are ``TCP (Client)``, ``TCP (Server)``, ``Relay (Client)``
4848
"outBytesTotal": 550,
4949
"paused": false,
5050
"startedAt": "2015-11-07T00:09:47Z",
51-
"type": "TCP (Client)"
51+
"type": "tcp-client"
5252
}
5353
},
5454
"total": {

0 commit comments

Comments
 (0)