Swaggerify /login
This commit is contained in:
parent
b247761465
commit
b8e2ac5c1b
3 changed files with 86 additions and 26 deletions
|
@ -96,6 +96,12 @@ class MatrixSections(Sections):
|
|||
title_kind="~"
|
||||
)
|
||||
|
||||
def render_registration_http_api(self):
|
||||
return self._render_http_api_group(
|
||||
"registration",
|
||||
title_kind="~"
|
||||
)
|
||||
|
||||
def render_room_events(self):
|
||||
def filterFn(eventType):
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue