Skip to content

Commit f7b24ce

Browse files
committed
For request path for option in documentation
This commit fixes the request path in the `federation_whitelist_endpoint_enabled` config option. The path was changed towards the tail end of development in #16848.
1 parent 68dca80 commit f7b24ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/configuration/config_documentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ federation_domain_whitelist:
12361236

12371237
Enables an endpoint for fetching the federation whitelist config.
12381238

1239-
The request method and path is `GET /_synapse/client/config/federation_whitelist`, and the
1239+
The request method and path is `GET /_synapse/client/v1/config/federation_whitelist`, and the
12401240
response format is:
12411241

12421242
```json

0 commit comments

Comments
 (0)