From 6c7a93d2f517b99cad4cf5e5dd734b3ce181d96a Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 20 Aug 2018 12:21:43 -0600 Subject: [PATCH] Move description about which preset to use when none is specified --- api/client-server/create_room.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api/client-server/create_room.yaml b/api/client-server/create_room.yaml index ef207f07..48325cf9 100644 --- a/api/client-server/create_room.yaml +++ b/api/client-server/create_room.yaml @@ -96,11 +96,6 @@ paths: ``private`` visibility if this key is not included. NB: This should not be confused with ``join_rules`` which also uses the word ``public``. - - If no ``preset`` is specificed, the server may use the visbility - to determine which preset to use. A visbility of ``public`` - equates to a preset of ``public_chat`` and ``private`` visibility - equates to a preset of ``private_chat``. room_alias_name: type: string description: |- @@ -198,6 +193,11 @@ paths: description: |- Convenience parameter for setting various default state events based on a preset. + + If unspecified, the server should use the ``visibility`` to determine + which preset to use. A visbility of ``public`` equates to a preset of + ``public_chat`` and ``private`` visibility equates to a preset of + ``private_chat``. is_direct: type: boolean description: |-