Spec /room/{roomId}/join
This is just replacing the existing spec with a swagger version. Subsequent pull requests will add 3pid join to this, as well as specing the invite, leave, ban, and kick endpoints.
This commit is contained in:
parent
5031c26f7b
commit
d53943c8c2
3 changed files with 75 additions and 37 deletions
|
@ -90,6 +90,12 @@ class MatrixSections(Sections):
|
|||
title_kind="~"
|
||||
)
|
||||
|
||||
def render_membership_http_api(self):
|
||||
return self._render_http_api_group(
|
||||
"membership",
|
||||
title_kind="~"
|
||||
)
|
||||
|
||||
def render_room_events(self):
|
||||
def filterFn(eventType):
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue