---
title: "Update Signing Key"
method: PATCH
path: "/v1/webhooks/{webhook_sid}/signing-keys/{signing_key_sid}"
tags: ["webhooks"]
---

# Update Signing Key

`PATCH /v1/webhooks/{webhook_sid}/signing-keys/{signing_key_sid}`

Update the details of a webhook signing key

## Path parameters

- `webhook_sid` string, required
- `signing_key_sid` string, required

## Request body

- StreemApiUpdateSigningKeyRequest
  - `expires_at` string, date-time
  - `clear_expires_at` boolean
  - `label` string

## Response `200`

Signing key updated successfully

- StreemApiUpdateSigningKeyResponse
  - `signing_key` StreemApiWebhookSigningKey
    - `sid` string
    - `webhook_sid` string
    - `shared_secret` string
    - `expires_at` string, date-time
    - `label` string

## Other responses

- `403` — You do not have permission to update this signing key
- `404` — Webhook or signing key not found

---

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