summary refs log tree commit diff
diff options
context:
space:
mode:
-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