From cd0baff039b8c448c2f19ab94dd9a466d2651dd8 Mon Sep 17 00:00:00 2001 From: Marcus B Spencer Date: Sun, 31 Aug 2025 20:08:59 -0500 Subject: [PATCH 1/2] fix(system-connections-get): update for syncthing/syncthing#3771 and syncthing/syncthing#8918 --- rest/system-connections-get.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rest/system-connections-get.rst b/rest/system-connections-get.rst index eb49d45c5..667b1ed57 100644 --- a/rest/system-connections-get.rst +++ b/rest/system-connections-get.rst @@ -2,13 +2,13 @@ GET /rest/system/connections ============================ -.. note:: Return format changed in versions 0.13.0, 1.19.0 and 1.23.0. +.. note:: Return format changed in versions 0.13.0, 0.14.14, 1.19.0, 1.23.0 and 1.25.0. Returns the list of configured devices and some metadata associated -with them. The list also contains the local device itself as not connected. +with them. -The connection types are ``TCP (Client)``, ``TCP (Server)``, ``Relay (Client)`` and ``Relay (Server)``. +The connection types are ``tcp-client``, ``tcp-server``, ``relay-client``, ``relay-server``, ``quic-client`` and ``quic-server``. .. code-block:: json @@ -48,7 +48,7 @@ The connection types are ``TCP (Client)``, ``TCP (Server)``, ``Relay (Client)`` "outBytesTotal": 550, "paused": false, "startedAt": "2015-11-07T00:09:47Z", - "type": "TCP (Client)" + "type": "tcp-client" } }, "total": { From 07864d75949f874135a8145c969c579a1d4c233f Mon Sep 17 00:00:00 2001 From: Marcus B Spencer Date: Sun, 31 Aug 2025 20:56:51 -0500 Subject: [PATCH 2/2] Update for syncthing/syncthing#5737 --- rest/system-connections-get.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/system-connections-get.rst b/rest/system-connections-get.rst index 667b1ed57..d2bc905a3 100644 --- a/rest/system-connections-get.rst +++ b/rest/system-connections-get.rst @@ -2,7 +2,7 @@ GET /rest/system/connections ============================ -.. note:: Return format changed in versions 0.13.0, 0.14.14, 1.19.0, 1.23.0 and 1.25.0. +.. 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. Returns the list of configured devices and some metadata associated