From b0d2b888e05b157a1511397705f48ec6f43c0da9 Mon Sep 17 00:00:00 2001 From: Jitpanu Maneeratpongsuk Date: Fri, 10 Jan 2025 15:24:38 +0000 Subject: [PATCH] feat: Add TCP to the OpenAPI spec of socket node type Signed-off-by: Jitpanu Maneeratpongsuk --- doc/openapi/components/schemas/config/nodes/socket.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/openapi/components/schemas/config/nodes/socket.yaml b/doc/openapi/components/schemas/config/nodes/socket.yaml index 6330d3d89..9e69e86c8 100644 --- a/doc/openapi/components/schemas/config/nodes/socket.yaml +++ b/doc/openapi/components/schemas/config/nodes/socket.yaml @@ -14,6 +14,8 @@ allOf: - udp - ip - eth + - tcp-client + - tcp-server default: udp description: | Select the network layer which should be used for the socket. Please note that `eth` can only be used locally in a LAN as it contains no routing information for the internet.