mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 03:25:53 +03:00
deploy: 013e0f9cae
This commit is contained in:
parent
e834e3505c
commit
a8d3dc70a3
4 changed files with 4 additions and 4 deletions
|
@ -9472,7 +9472,7 @@ token will be returned as a registration token object in the response body.</p>
|
|||
<p>The request body must be a JSON object and can contain the following fields:</p>
|
||||
<ul>
|
||||
<li><code>token</code>: The registration token. A string of no more than 64 characters that
|
||||
consists only of characters matched by the regex <code>[A-Za-z0-9-_]</code>.
|
||||
consists only of characters matched by the regex <code>[A-Za-z0-9._~-]</code>.
|
||||
Default: randomly generated.</li>
|
||||
<li><code>uses_allowed</code>: The integer number of times the token can be used to complete
|
||||
a registration before it becomes invalid.
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -306,7 +306,7 @@ token will be returned as a registration token object in the response body.</p>
|
|||
<p>The request body must be a JSON object and can contain the following fields:</p>
|
||||
<ul>
|
||||
<li><code>token</code>: The registration token. A string of no more than 64 characters that
|
||||
consists only of characters matched by the regex <code>[A-Za-z0-9-_]</code>.
|
||||
consists only of characters matched by the regex <code>[A-Za-z0-9._~-]</code>.
|
||||
Default: randomly generated.</li>
|
||||
<li><code>uses_allowed</code>: The integer number of times the token can be used to complete
|
||||
a registration before it becomes invalid.
|
||||
|
|
Loading…
Reference in a new issue