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: |-