---
title: "Update Access Key"
method: PATCH
path: "/v1/projects/{projectId}/accessKeys/{accessKeyId}"
tags: ["Access Key"]
---

# Update Access Key

`PATCH /v1/projects/{projectId}/accessKeys/{accessKeyId}`

Updates an Access Key with new information.

## Path parameters

- `projectId` string, required
- `accessKeyId` string, required

## Request body

- UpdateAccessKey — Update Access Key request.
  - `displayName` string — Required. The display name for this Access Key. It must be unique for the resource tied to the key.

## Response `200`

OK

- AccessKey — A single Access Key.
  - `accessKeyId` string — Unique ID for this Access Key.
  - `displayName` string — The display name for this Access Key. It must be unique for the resource tied to the key.
  - `projectId` string — The project ID this key is tied to.
  - `createTime` string, date-time — Timestamp when the Access Key was created.
  - `updateTime` string, date-time — Timestamp when the Access Key was last modified.

## Other responses

- `401` — Unauthenticated. Incorrect credentials.
- `403` — Permission denied.
- `404` — Resource not found
- `409` — Conflict
- `500` — Internal error, try again with exponential back-off
- `503` — Unavailable, try again with exponential back-off

---

[API](https://skmtc.net/sinch/apis/access-keys-management-api.md) · [All operations](https://skmtc.net/sinch/apis/access-keys-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/access-keys-management-api/revisions/e1eac0ddc7e6/schema)
