mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 10:35:46 +03:00
Fix request path for federation_whitelist_endpoint_enabled
option in documentation (#17199)
This commit is contained in:
parent
68dca8076f
commit
2359c64dec
2 changed files with 2 additions and 1 deletions
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.
|
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:
|
response format is:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
|
Loading…
Reference in a new issue