From b270233549fb646d382b34ffd28d375d087ffff2 Mon Sep 17 00:00:00 2001 From: "Crom (Thibaut CHARLES)" Date: Wed, 13 Dec 2017 14:12:27 +0100 Subject: [PATCH] Add createRoom guest_can_join parameter --- api/client-server/create_room.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/client-server/create_room.yaml b/api/client-server/create_room.yaml index d1a0e97a..88938022 100644 --- a/api/client-server/create_room.yaml +++ b/api/client-server/create_room.yaml @@ -179,6 +179,10 @@ paths: This flag makes the server set the ``is_direct`` flag on the ``m.room.member`` events sent to the users in ``invite`` and ``invite_3pid``. See `Direct Messaging`_ for more information. + guest_can_join: + type: boolean + description: |- + Allows guests to join the room. See `Guest Access`_ for more information. responses: 200: description: Information about the newly created room.