Describe the behaviour of /rooms/{roomId}/member when the user has left the room

pull/977/head
Mark Haines 9 years ago
parent ba6c7d267c
commit f60190086a

@ -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…
Cancel
Save