Add createRoom guest_can_join parameter

This commit is contained in:
Crom (Thibaut CHARLES) 2017-12-13 14:12:27 +01:00
parent 08d137a588
commit b270233549
No known key found for this signature in database
GPG key ID: 45A3D5F880B9E6D0

View file

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