Update application token
The `description` of the token may be updated and the
Application Token can be revoked by updating the `status`.
The possible statuses of tokens are
* `"id": 0` - Activated
* `"id": 1` - Revoked
The description of the token may be updated and the
Application Token can be revoked by updating the status.
The possible statuses of tokens are
"id": 0 - Activated"id": 1 - RevokedAn auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.