Convert joins to swagger
This commit is contained in:
parent
24e531a896
commit
f09c4fd286
2 changed files with 276 additions and 10 deletions
|
@ -689,16 +689,7 @@ All these URLs are name-spaced within a prefix of::
|
|||
{{query_general_ss_http_api}}
|
||||
|
||||
|
||||
To join a room::
|
||||
|
||||
GET .../make_join/<room_id>/<user_id>
|
||||
Response: JSON encoding of a join proto-event
|
||||
|
||||
PUT .../send_join/<room_id>/<event_id>
|
||||
Response: JSON encoding of the state of the room at the time of the event
|
||||
|
||||
Performs the room join handshake. For more information, see "Joining Rooms"
|
||||
below.
|
||||
{{joins_ss_http_api}}
|
||||
|
||||
Joining Rooms
|
||||
-------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue