mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Fix example indentation
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
4b8a285cff
commit
6ca233c8fa
|
|
@ -101,23 +101,23 @@ paths:
|
||||||
|
|
||||||
At least one of `contacts` or `support_page` is required.
|
At least one of `contacts` or `support_page` is required.
|
||||||
example: "https://example.org/support.html"
|
example: "https://example.org/support.html"
|
||||||
examples:
|
examples:
|
||||||
response:
|
response:
|
||||||
value:
|
value:
|
||||||
{
|
{
|
||||||
"contacts": [
|
"contacts": [
|
||||||
{
|
{
|
||||||
"matrix_id": "@admin:example.org",
|
"matrix_id": "@admin:example.org",
|
||||||
"email_address": "admin@example.org",
|
"email_address": "admin@example.org",
|
||||||
"role": "m.role.admin"
|
"role": "m.role.admin"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"email_address": "security@example.org",
|
"email_address": "security@example.org",
|
||||||
"role": "m.role.security"
|
"role": "m.role.security"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"support_page": "https://example.org/support.html"
|
"support_page": "https://example.org/support.html"
|
||||||
}
|
}
|
||||||
"404":
|
"404":
|
||||||
description: No server support information available.
|
description: No server support information available.
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue