From b3cdf7d8cdc06ec55e7e799b06fd09dca2ffa7b5 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 13 Oct 2022 23:25:03 +0100 Subject: [PATCH] Refer to appendices --- data/api/client-server/directory.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/data/api/client-server/directory.yaml b/data/api/client-server/directory.yaml index 50a906ff..25b854e0 100644 --- a/data/api/client-server/directory.yaml +++ b/data/api/client-server/directory.yaml @@ -37,7 +37,9 @@ paths: - in: path type: string name: roomAlias - description: The room alias to set. + description: | + The room alias to set. Its format is defined + [in the appendices](/appendices/#room-aliases). required: true x-example: "#monkeys:matrix.org" - in: body @@ -95,7 +97,9 @@ paths: - in: path type: string name: roomAlias - description: The room alias. + description: | + The room alias. Its format is defined + [in the appendices](/appendices/#room-aliases). required: true x-example: "#monkeys:matrix.org" responses: @@ -164,7 +168,9 @@ paths: - in: path type: string name: roomAlias - description: The room alias to remove. + description: | + The room alias to remove. Its format is defined + [in the appendices](/appendices/#room-aliases). required: true x-example: "#monkeys:matrix.org" responses: