Fix example indentation

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
pull/1733/head
Kévin Commaille 3 months ago
parent 4b8a285cff
commit 6ca233c8fa
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416

@ -101,23 +101,23 @@ paths:
At least one of `contacts` or `support_page` is required.
example: "https://example.org/support.html"
examples:
response:
value:
{
"contacts": [
{
"matrix_id": "@admin:example.org",
"email_address": "admin@example.org",
"role": "m.role.admin"
},
{
"email_address": "security@example.org",
"role": "m.role.security"
}
],
"support_page": "https://example.org/support.html"
}
examples:
response:
value:
{
"contacts": [
{
"matrix_id": "@admin:example.org",
"email_address": "admin@example.org",
"role": "m.role.admin"
},
{
"email_address": "security@example.org",
"role": "m.role.security"
}
],
"support_page": "https://example.org/support.html"
}
"404":
description: No server support information available.
tags:

Loading…
Cancel
Save