---
title: "Update webhook endpoint"
method: PATCH
path: "/webhook/endpoints/{endpointId}"
tags: ["Webhook Notifications"]
---

# Update webhook endpoint

`PATCH /webhook/endpoints/{endpointId}`

Permissions required: **Configure Webhooks**


Update the configuration for an endpoint.

## Path parameters

- `endpointId` string, uuid, required

## Request body

- WebhookEndpointPatch
  - `description` string
  - `publicKey` string
  - `subscriptions` NewWebhookEndpointSubscription[]
    - `eventTypeId` string, required
  - `url` string, uri

## Response `200`

Successfully updated webhook endpoint

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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