---
title: "Update Installation API Key"
method: PATCH
path: "/partner/installations/{installation_id}/api_keys/{id}"
tags: ["InstallationApiKeys"]
---

# Update Installation API Key

`PATCH /partner/installations/{installation_id}/api_keys/{id}`

## Path parameters

- `installation_id` string, required
- `id` string, required

## Request body

- PartnerInstallationsApiKeysControllerUpdateBody
  - `label` string

## Response `200`

Successful response

- PublicApiKeyBlueprintOne
  - `id` string
  - `created_at` string
  - `deactivated_at` string
  - `label` string
  - `last_used_at` string
  - `token` string

---

[API](https://skmtc.dev/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.dev/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
