summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authoranoadragon453 <anoadragon453@users.noreply.github.com>2024-05-15 16:27:59 +0000
committeranoadragon453 <anoadragon453@users.noreply.github.com>2024-05-15 16:27:59 +0000
commit37a51a7ffb5f1d83e749af1b9b04250c8780538e (patch)
tree456effb4b1404596e8cb393cc696ba2a6189b19c /develop/usage
parentdeploy: ecf4e0674c9a027aec253adaca89ed260700224b (diff)
downloadsynapse-37a51a7ffb5f1d83e749af1b9b04250c8780538e.tar.xz
deploy: 2359c64decd6740508b92ef14037df2dde471d66
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/configuration/config_documentation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html
index df5617a7ce..6ef0c401fb 100644
--- a/develop/usage/configuration/config_documentation.html
+++ b/develop/usage/configuration/config_documentation.html
@@ -1209,7 +1209,7 @@ the same whitelist.</p>
 <hr />
 <h3 id="federation_whitelist_endpoint_enabled"><a class="header" href="#federation_whitelist_endpoint_enabled"><code>federation_whitelist_endpoint_enabled</code></a></h3>
 <p>Enables an endpoint for fetching the federation whitelist config.</p>
-<p>The request method and path is <code>GET /_synapse/client/config/federation_whitelist</code>, and the
+<p>The request method and path is <code>GET /_synapse/client/v1/config/federation_whitelist</code>, and the
 response format is:</p>
 <pre><code class="language-json">{
     &quot;whitelist_enabled&quot;: true,  // Whether the federation whitelist is being enforced