Fix regex

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2026-05-08 11:40:36 +02:00
parent 068d6a24ee
commit 21c02137e2
No known key found for this signature in database
GPG key ID: 03AEEC581F0139CE

View file

@ -45,7 +45,7 @@ paths:
items: items:
type: string type: string
format: uri format: uri
pattern: "$turns?:" pattern: "^turns?:"
description: A list of TURN URIs description: A list of TURN URIs
ttl: ttl:
type: integer type: integer