---
title: "Update webhook endpoint"
method: PATCH
path: "/webhooks/v1/endpoints/{id}"
tags: ["Webhooks"]
---

# Update webhook endpoint

`PATCH /webhooks/v1/endpoints/{id}`

Partially updates a webhook endpoint. Any omitted field is left unchanged. Signing secrets are rotated via the separate /rotate_secret endpoint.

## Path parameters

- `id` string, required

## Request body

- object
  - `url` string, uri
  - `description` string, nullable
  - `eventTypeFilters` string[]
  - `resourceScopes` object, nullable
    - `vaultIds` string[]
    - `matterIds` string[]
  - `status` 'active' | 'disabled'

## Response `200`

Updated endpoint

## Other responses

- `400` — Invalid body
- `401` — Invalid API key
- `403` — API key lacks write access
- `404` — Endpoint not found

---

[API](https://skmtc.net/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.net/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casemark/case-dev-api/revisions/5b7e64e6d6f9/schema)
