Add new-style docs for the APIs for getting events for a room
This commit is contained in:
parent
7fec98d651
commit
7eb8b4fde2
4 changed files with 442 additions and 45 deletions
|
@ -149,8 +149,8 @@ class MatrixUnits(Units):
|
|||
# object with some keys; we'll add entries f.e one)
|
||||
if "schema" not in param:
|
||||
raise Exception(
|
||||
"API endpoint group=%s path=%s method=%s param=%s"+
|
||||
" has no valid parameter value." % (
|
||||
("API endpoint group=%s path=%s method=%s param=%s"+
|
||||
" has no valid parameter value.") % (
|
||||
group_name, path, method, param
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue