Fix request path for `federation_whitelist_endpoint_enabled` option in documentation (#17199)
This commit is contained in:
parent
68dca8076f
commit
2359c64dec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue