mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Add double quotes around URL
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
afa9d1a205
commit
e9236bdbb8
|
|
@ -131,7 +131,7 @@ paths:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
description: The URLs the user is accepting in this request.
|
description: The URLs the user is accepting in this request.
|
||||||
example: [https://example.org/somewhere/terms-2.0-en.html]
|
example: ["https://example.org/somewhere/terms-2.0-en.html"]
|
||||||
required:
|
required:
|
||||||
- user_accepts
|
- user_accepts
|
||||||
responses:
|
responses:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue