Auth
Updates the description of an existing dev token.
put/v1/frontend/auth
Request body
string required
Response
OK
Example response
{
"created_by": "test@example.org",
"description": "Description of the token",
"issued_date": "04 Apr 2022 - 19:02",
"last_used": "05 Apr 2022 - 19:02",
"revoked": "05 Apr 2022 - 20:02",
"service_external_id": "cd1b871207a94a7fa157dee678146acd",
"service_mode": "live",
"token_link": "550e8400-e29b-41d4-a716-446655440000",
"token_type": "CARD",
"type": "API"
}