Add createRoom guest_can_join parameter
This commit is contained in:
parent
08d137a588
commit
b270233549
1 changed files with 4 additions and 0 deletions
|
@ -179,6 +179,10 @@ paths:
|
||||||
This flag makes the server set the ``is_direct`` flag on the
|
This flag makes the server set the ``is_direct`` flag on the
|
||||||
``m.room.member`` events sent to the users in ``invite`` and
|
``m.room.member`` events sent to the users in ``invite`` and
|
||||||
``invite_3pid``. See `Direct Messaging`_ for more information.
|
``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:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: Information about the newly created room.
|
description: Information about the newly created room.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue