mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54: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:
|
||||
type: string
|
||||
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:
|
||||
- user_accepts
|
||||
responses:
|
||||
|
|
|
|||
Loading…
Reference in a new issue