mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 01:25:44 +03:00
deploy: 2359c64dec
This commit is contained in:
parent
0a75ead764
commit
37a51a7ffb
4 changed files with 4 additions and 4 deletions
|
@ -4829,7 +4829,7 @@ the same whitelist.</p>
|
|||
<hr />
|
||||
<h3 id="federation_whitelist_endpoint_enabled"><a class="header" href="#federation_whitelist_endpoint_enabled"><code>federation_whitelist_endpoint_enabled</code></a></h3>
|
||||
<p>Enables an endpoint for fetching the federation whitelist config.</p>
|
||||
<p>The request method and path is <code>GET /_synapse/client/config/federation_whitelist</code>, and the
|
||||
<p>The request method and path is <code>GET /_synapse/client/v1/config/federation_whitelist</code>, and the
|
||||
response format is:</p>
|
||||
<pre><code class="language-json">{
|
||||
"whitelist_enabled": true, // Whether the federation whitelist is being enforced
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1209,7 +1209,7 @@ the same whitelist.</p>
|
|||
<hr />
|
||||
<h3 id="federation_whitelist_endpoint_enabled"><a class="header" href="#federation_whitelist_endpoint_enabled"><code>federation_whitelist_endpoint_enabled</code></a></h3>
|
||||
<p>Enables an endpoint for fetching the federation whitelist config.</p>
|
||||
<p>The request method and path is <code>GET /_synapse/client/config/federation_whitelist</code>, and the
|
||||
<p>The request method and path is <code>GET /_synapse/client/v1/config/federation_whitelist</code>, and the
|
||||
response format is:</p>
|
||||
<pre><code class="language-json">{
|
||||
"whitelist_enabled": true, // Whether the federation whitelist is being enforced
|
||||
|
|
Loading…
Reference in a new issue