This commit is contained in:
babolivier 2021-10-15 09:57:03 +00:00
parent e834e3505c
commit a8d3dc70a3
4 changed files with 4 additions and 4 deletions

View file

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

View file

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