summary refs log tree commit diff
path: root/develop/usage/configuration/config_documentation.html
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2022-05-16 13:50:43 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2022-05-16 13:50:43 +0000
commit512dc03a7b9a06e33997795dc622a510a13b6972 (patch)
treec1f74d4997aacc9c40d4ad1720a1447204b7221f /develop/usage/configuration/config_documentation.html
parentdeploy: cde8af9a495cbc7f3d0207e3f17c37eddaee34e1 (diff)
downloadsynapse-512dc03a7b9a06e33997795dc622a510a13b6972.tar.xz
deploy: 806003461226dc8db19bf9d631260b78c48d544e
Diffstat (limited to 'develop/usage/configuration/config_documentation.html')
-rw-r--r--develop/usage/configuration/config_documentation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index 10bcd93e9a..28be1dd289 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -515,7 +515,7 @@ additional endpoints which should be loaded via dynamic modules.</p> <p>Valid resource names are:</p> <ul> <li> -<p><code>client</code>: the client-server API (/_matrix/client), and the synapse admin API (/_synapse/admin). Also implies 'media' and 'static'.</p> +<p><code>client</code>: the client-server API (/_matrix/client), and the synapse admin API (/_synapse/admin). Also implies <code>media</code> and <code>static</code>.</p> </li> <li> <p><code>consent</code>: user consent forms (/_matrix/consent). See <a href="../../consent_tracking.html">here</a> for more.</p> @@ -524,7 +524,7 @@ additional endpoints which should be loaded via dynamic modules.</p> <p><code>federation</code>: the server-server API (/_matrix/federation). Also implies <code>media</code>, <code>keys</code>, <code>openid</code></p> </li> <li> -<p><code>keys</code>: the key discovery API (/_matrix/keys).</p> +<p><code>keys</code>: the key discovery API (/_matrix/key).</p> </li> <li> <p><code>media</code>: the media API (/_matrix/media).</p>