Merge pull request #1093 from CromFr/guest_can_join
Add createRoom guest_can_join parameter
This commit is contained in:
commit
59e4c625b3
2 changed files with 6 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.
|
||||||
|
|
|
@ -79,6 +79,8 @@ r0.3.0
|
||||||
- Add ``m.room.pinned_events`` state event for rooms.
|
- Add ``m.room.pinned_events`` state event for rooms.
|
||||||
(`#1007 <https://github.com/matrix-org/matrix-doc/pull/1007>`_).
|
(`#1007 <https://github.com/matrix-org/matrix-doc/pull/1007>`_).
|
||||||
- Add mention of ability to send Access Token via an Authorization Header.
|
- Add mention of ability to send Access Token via an Authorization Header.
|
||||||
|
- Add ``guest_can_join`` parameter to ``POST /createRoom``
|
||||||
|
(`#1093 <https://github.com/matrix-org/matrix-doc/pull/1093>`_).
|
||||||
|
|
||||||
- New endpoints:
|
- New endpoints:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue