Fix request path for federation_whitelist_endpoint_enabled option in documentation (#17199)
This commit is contained in:
1
changelog.d/17199.feature
Normal file
1
changelog.d/17199.feature
Normal file
@@ -0,0 +1 @@
|
||||
Add a feature that allows clients to query the configured federation whitelist. Disabled by default.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user