mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-17 05:17: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:
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue