mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-09 21:14:09 +01:00
join -> leave
This commit is contained in:
parent
9fdd8a6f96
commit
e766606f24
|
|
@ -25,7 +25,7 @@ produces:
|
||||||
paths:
|
paths:
|
||||||
"/make_leave/{roomId}/{userId}":
|
"/make_leave/{roomId}/{userId}":
|
||||||
get:
|
get:
|
||||||
summary: Get information required to make a join event for a room
|
summary: Get information required to make a leave event for a room
|
||||||
description: |-
|
description: |-
|
||||||
Asks the receiving server to return information that the sending
|
Asks the receiving server to return information that the sending
|
||||||
server will need to prepare a leave event to get out of the room.
|
server will need to prepare a leave event to get out of the room.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue