Skip to content

Commit

Permalink
Fix example indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
  • Loading branch information
zecakeh committed Feb 27, 2024
1 parent 4b8a285 commit 6ca233c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions data/api/client-server/support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6ca233c

Please sign in to comment.