mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-13 11:47:48 +02:00
Fix regex
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
068d6a24ee
commit
21c02137e2
|
|
@ -45,7 +45,7 @@ paths:
|
|||
items:
|
||||
type: string
|
||||
format: uri
|
||||
pattern: "$turns?:"
|
||||
pattern: "^turns?:"
|
||||
description: A list of TURN URIs
|
||||
ttl:
|
||||
type: integer
|
||||
|
|
|
|||
Loading…
Reference in a new issue