---
title: "Update Api Key"
method: PATCH
path: "/api_keys/{client_id}"
tags: ["Authentication"]
---

# Update Api Key

`PATCH /api_keys/{client_id}`

## Path parameters

- `client_id` string, required

## Request body

- APIKeyUpdate
  - `name` string, required

## Response `200`

Successful Response

- APIKeyUpdate
  - `name` string, required

## Other responses

- `422` — Validation Error

---

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