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:
Daniel Wagner-Hall 2015-09-08 16:35:08 +01:00
parent 5031c26f7b
commit d53943c8c2
3 changed files with 75 additions and 37 deletions

View file

@ -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 (