summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2024-05-15 17:26:22 +0100
committerGitHub <noreply@github.com>2024-05-15 17:26:22 +0100
commit2359c64decd6740508b92ef14037df2dde471d66 (patch)
tree49c60c1fce673f0439cd21aa7a89188e6e6883ef
parentMerge branch 'master' into develop (diff)
downloadsynapse-2359c64decd6740508b92ef14037df2dde471d66.tar.xz
Fix request path for `federation_whitelist_endpoint_enabled` option in documentation (#17199)
-rw-r--r--changelog.d/17199.feature1
-rw-r--r--docs/usage/configuration/config_documentation.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/17199.feature b/changelog.d/17199.feature
new file mode 100644
index 0000000000..60d63f1bff
--- /dev/null
+++ b/changelog.d/17199.feature
@@ -0,0 +1 @@
+Add a feature that allows clients to query the configured federation whitelist. Disabled by default.
\ No newline at end of file
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md
index f4edbdcc3e..e04fdfdfb0 100644
--- a/docs/usage/configuration/config_documentation.md
+++ b/docs/usage/configuration/config_documentation.md
@@ -1236,7 +1236,7 @@ federation_domain_whitelist:
 
 Enables an endpoint for fetching the federation whitelist config.
 
-The request method and path is `GET /_synapse/client/config/federation_whitelist`, and the
+The request method and path is `GET /_synapse/client/v1/config/federation_whitelist`, and the
 response format is:
 
 ```json