summary refs log tree commit diff
path: root/latest/usage/administration/admin_api
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2022-12-06 13:36:59 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2022-12-06 13:36:59 +0000
commit1f11b0dd86ad4ddf20ca495d78d595af82c2c54b (patch)
tree0e3fdaf91b0855ac790d2b2c13f9a80f57a3ed71 /latest/usage/administration/admin_api
parentdeploy: e1779bc69fe217b2a8dac36beb9896f0c9dbfb3e (diff)
downloadsynapse-1f11b0dd86ad4ddf20ca495d78d595af82c2c54b.tar.xz
deploy: a16931f30db35241e6618ddfb14fda2459b4476c
Diffstat (limited to 'latest/usage/administration/admin_api')
-rw-r--r--latest/usage/administration/admin_api/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/latest/usage/administration/admin_api/index.html b/latest/usage/administration/admin_api/index.html

index 2b6447abc1..0d5587271d 100644 --- a/latest/usage/administration/admin_api/index.html +++ b/latest/usage/administration/admin_api/index.html
@@ -159,7 +159,7 @@ command. This is a script that is distributed as part of synapse. It is possibly already on your <code>$PATH</code> depending on how Synapse was installed.</p> <p>Finding your user's <code>access_token</code> is client-dependent, but will usually be shown in the client's settings.</p> <h2 id="making-an-admin-api-request"><a class="header" href="#making-an-admin-api-request">Making an Admin API request</a></h2> -<p>For security reasons, we <a href="reverse_proxy.html#synapse-administration-endpoints">recommend</a> +<p>For security reasons, we <a href="../../../reverse_proxy.html#synapse-administration-endpoints">recommend</a> that the Admin API (<code>/_synapse/admin/...</code>) should be hidden from public view using a reverse proxy. This means you should typically query the Admin API from a terminal on the machine which runs Synapse.</p>