We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
null
1 parent bf28876 commit 2e59ddaCopy full SHA for 2e59dda
docs/usage/administration/admin_api/registration_tokens.md
@@ -218,8 +218,10 @@ Path parameters:
218
The request body must be a JSON object and can contain the following fields:
219
- `uses_allowed`: The integer number of times the token can be used to complete
220
a registration before it becomes invalid.
221
+ If `null` the token will have an unlimited number of uses.
222
- `expiry_time`: The latest time the token is valid. Given as the number of
223
milliseconds since 1970-01-01 00:00:00 UTC (the start of the Unix epoch).
224
+ If `null` the token will not expire.
225
226
If a field is omitted its value is not modified.
227
0 commit comments