method: /tokenAssignment/set
| Table of Contents |
|---|
Example 1: Activate a token assignmentÂ
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"id": "token assignment id",
"attrs":
{
"pin": "new token pin"
}
} |
Example 3:
...
Set the expiry date of a token assignment
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"id": "token assignment id",
"attrs":
{
"expires": "2023-10-10T00:00:00",
"usageLimit": 100
}
} |
...