---
title: "Partial update of a Token record"
method: PATCH
path: "/v3/tokens/{name}/"
tags: ["tokens"]
---

# Partial update of a Token record

`PATCH /v3/tokens/{name}/`

Partial update of a Token record

## Path parameters

- `name` string, required

## Request body

- PatchedAccountToken
  - `token` string
  - `name` string
  - `created_at` string, date-time, nullable
  - `is_active` boolean

## Response `200`

- AccountToken
  - `token` string, required
  - `name` string, required
  - `created_at` string, date-time, nullable, required
  - `is_active` boolean

## Other responses

- `429`

---

[API](https://skmtc.dev/aviapages/apis/aviapages-api-documentation.md) · [All operations](https://skmtc.dev/aviapages/apis/aviapages-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aviapages/aviapages-api-documentation/revisions/c9d946178412/schema)
