---
title: "PUT /access-token/{id}"
method: PUT
path: "/access-token/{id}"
tags: ["access-token"]
---

# PUT /access-token/{id}

`PUT /access-token/{id}`

Update access token

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string, required
  - `description` string
  - `scopes` string[], required
  - `spaceIds` string[], nullable
  - `baseIds` string[], nullable
  - `hasFullAccess` boolean

## Response `200`

Returns access token.

- object
  - `id` string, required
  - `name` string, required
  - `description` string
  - `scopes` string[], required
  - `spaceIds` string[]
  - `baseIds` string[]
  - `hasFullAccess` boolean

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
