From 00d6d78b7134e5cb7c62a735ae78a62d31767a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Fri, 8 May 2026 11:25:52 +0200 Subject: [PATCH] Clarify URI format in GET /voip/turnServer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- data/api/client-server/voip.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/api/client-server/voip.yaml b/data/api/client-server/voip.yaml index 4466e36c..8c41da21 100644 --- a/data/api/client-server/voip.yaml +++ b/data/api/client-server/voip.yaml @@ -44,6 +44,8 @@ paths: type: array items: type: string + format: uri + pattern: "$turns?:" description: A list of TURN URIs ttl: type: integer