Fix request path for federation_whitelist_endpoint_enabled option in documentation (#17199)

This commit is contained in:
Andrew Morgan 2024-05-15 17:26:22 +01:00 committed by GitHub
parent 68dca8076f
commit 2359c64dec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Add a feature that allows clients to query the configured federation whitelist. Disabled by default.

View file

@ -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