diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-08-25 14:24:06 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-08-25 14:24:06 +0100 |
commit | 79ac619403207608c84ac879201acae048030188 (patch) | |
tree | 00878c5ed1132c161cab74f1068f7a20f66d65de /docs | |
parent | Search in columns 'name' and 'displayname' in the admin users endpoint (#7377) (diff) | |
download | synapse-79ac619403207608c84ac879201acae048030188.tar.xz |
Fix missing double-backtick in RST document
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin_api/user_admin_api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin_api/user_admin_api.rst b/docs/admin_api/user_admin_api.rst index 99948ec061..9cb924895f 100644 --- a/docs/admin_api/user_admin_api.rst +++ b/docs/admin_api/user_admin_api.rst @@ -108,7 +108,7 @@ The api is:: 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>`_. The parameter ``from`` is optional but used for pagination, denoting the |