diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2024-05-15 17:26:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 17:26:22 +0100 |
commit | 2359c64decd6740508b92ef14037df2dde471d66 (patch) | |
tree | 49c60c1fce673f0439cd21aa7a89188e6e6883ef /docs | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-2359c64decd6740508b92ef14037df2dde471d66.tar.xz |
Fix request path for `federation_whitelist_endpoint_enabled` option in documentation (#17199)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |