---
title: "Updates the description of an existing dev token."
method: PUT
path: "/v1/frontend/auth"
tags: ["Auth"]
---

# Updates the description of an existing dev token.

`PUT /v1/frontend/auth`

## Request body

- string

## Response `200`

OK

- TokenResponse
  - `created_by` string
  - `description` string
  - `issued_date` string
  - `last_used` string
  - `revoked` string
  - `service_external_id` string
  - `service_mode` 'LIVE' | 'TEST'
  - `token_link` string
  - `token_type` 'CARD' | 'DIRECT_DEBIT'
  - `type` 'API' | 'PRODUCTS'

## Other responses

- `404` — Token not found
- `422` — Invalid or missing missing parameters

---

[API](https://skmtc.net/government-digital-service/apis/publicauth-api.md) · [All operations](https://skmtc.net/government-digital-service/apis/publicauth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/government-digital-service/publicauth-api/versions/c661c91f1df4/schema)
