mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
deploy: b09d90cac9
This commit is contained in:
parent
c43404ecd6
commit
7eabe3c911
4 changed files with 4 additions and 4 deletions
|
@ -1110,7 +1110,7 @@ for more information.</p>
|
||||||
<p>This endpoint will work even if registration is disabled on the server, unlike
|
<p>This endpoint will work even if registration is disabled on the server, unlike
|
||||||
<code>/_matrix/client/r0/register/available</code>.</p>
|
<code>/_matrix/client/r0/register/available</code>.</p>
|
||||||
<p>The API is:</p>
|
<p>The API is:</p>
|
||||||
<pre><code>POST /_synapse/admin/v1/username_availabile?username=$localpart
|
<pre><code>GET /_synapse/admin/v1/username_available?username=$localpart
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<p>The request and response format is the same as the <a href="https://matrix.org/docs/spec/client_server/r0.6.0#get-matrix-client-r0-register-available">/_matrix/client/r0/register/available</a> API.</p>
|
<p>The request and response format is the same as the <a href="https://matrix.org/docs/spec/client_server/r0.6.0#get-matrix-client-r0-register-available">/_matrix/client/r0/register/available</a> API.</p>
|
||||||
<p>To use it, you will need to authenticate by providing an <code>access_token</code> for a
|
<p>To use it, you will need to authenticate by providing an <code>access_token</code> for a
|
||||||
|
|
|
@ -11579,7 +11579,7 @@ for more information.</p>
|
||||||
<p>This endpoint will work even if registration is disabled on the server, unlike
|
<p>This endpoint will work even if registration is disabled on the server, unlike
|
||||||
<code>/_matrix/client/r0/register/available</code>.</p>
|
<code>/_matrix/client/r0/register/available</code>.</p>
|
||||||
<p>The API is:</p>
|
<p>The API is:</p>
|
||||||
<pre><code>POST /_synapse/admin/v1/username_availabile?username=$localpart
|
<pre><code>GET /_synapse/admin/v1/username_available?username=$localpart
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<p>The request and response format is the same as the <a href="https://matrix.org/docs/spec/client_server/r0.6.0#get-matrix-client-r0-register-available">/_matrix/client/r0/register/available</a> API.</p>
|
<p>The request and response format is the same as the <a href="https://matrix.org/docs/spec/client_server/r0.6.0#get-matrix-client-r0-register-available">/_matrix/client/r0/register/available</a> API.</p>
|
||||||
<p>To use it, you will need to authenticate by providing an <code>access_token</code> for a
|
<p>To use it, you will need to authenticate by providing an <code>access_token</code> for a
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue