forked from MirrorHub/synapse
Fix missing double-backtick in RST document
This commit is contained in:
parent
97962ad17b
commit
79ac619403
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ The api is::
|
||||||
|
|
||||||
GET /_synapse/admin/v2/users?from=0&limit=10&guests=false
|
GET /_synapse/admin/v2/users?from=0&limit=10&guests=false
|
||||||
|
|
||||||
To use it, you will need to authenticate by providing an `access_token` for a
|
To use it, you will need to authenticate by providing an ``access_token`` for a
|
||||||
server admin: see `README.rst <README.rst>`_.
|
server admin: see `README.rst <README.rst>`_.
|
||||||
|
|
||||||
The parameter ``from`` is optional but used for pagination, denoting the
|
The parameter ``from`` is optional but used for pagination, denoting the
|
||||||
|
|
Loading…
Reference in a new issue