Add createRoom guest_can_join parameter

pull/977/head
Crom (Thibaut CHARLES) 7 years ago
parent 08d137a588
commit b270233549
No known key found for this signature in database
GPG Key ID: 45A3D5F880B9E6D0

@ -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.

Loading…
Cancel
Save