From 6ca233c8fab304a74b03ce2e9fe4cec776e033c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 27 Feb 2024 20:14:50 +0100 Subject: [PATCH] Fix example indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- data/api/client-server/support.yaml | 34 ++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/data/api/client-server/support.yaml b/data/api/client-server/support.yaml index 95fa9be3..1d48d47d 100644 --- a/data/api/client-server/support.yaml +++ b/data/api/client-server/support.yaml @@ -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: