Describe the behaviour of /rooms/{roomId}/member when the user has left the room
This commit is contained in:
parent
ba6c7d267c
commit
f60190086a
1 changed files with 4 additions and 1 deletions
|
@ -391,7 +391,10 @@ paths:
|
|||
x-example: "!room:example.com"
|
||||
responses:
|
||||
200:
|
||||
description: The members of the room.
|
||||
description: |-
|
||||
A list of members of the room. If you are joined to the room then
|
||||
this will be the current members of the room. If you have left te
|
||||
room then this will be the members of the room when you left.
|
||||
examples:
|
||||
application/json: |-
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue