mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 17:08:36 +01:00
Describe the behaviour of /rooms/{roomId}/member when the user has left the room
This commit is contained in:
parent
ba6c7d267c
commit
f60190086a
|
|
@ -391,7 +391,10 @@ paths:
|
||||||
x-example: "!room:example.com"
|
x-example: "!room:example.com"
|
||||||
responses:
|
responses:
|
||||||
200:
|
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:
|
examples:
|
||||||
application/json: |-
|
application/json: |-
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue