mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Fix request path for federation_whitelist_endpoint_enabled
option in documentation (#17199)
This commit is contained in:
parent
68dca8076f
commit
2359c64dec
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
|
||||
|
Loading…
Reference in New Issue
Block a user