---
title: "Update a single Webhook"
method: PATCH
path: "/webhooks/{id}.json"
tags: ["Webhooks"]
---

# Update a single Webhook

`PATCH /webhooks/{id}.json`

Outlines the parameters and data fields used when updating a single Webhook

## Path parameters

- `id` integer, required

## Query parameters

- `fields` string

## Headers

- `IF-MATCH` string
- `X-API-VERSION` string

## Request body

- object
  - `data` object, required
    - `events` string[] — The events your webhook is subscribed to.
    - `expires_at` string, date-time — The date and time when the Webhook will expire. (Expects an ISO-8601 timestamp).
    - `fields` string — Fields to be included in the Webhook request.
    - `model` 'activity' | 'bill' | 'calendar_entry' | 'clio_payments_payment' | 'communication' | 'contact' | 'document' | 'folder' | 'matter' | 'task' — What model the Webhook is for. This field accepts either [the string identifier of the model or its ID](#section/Supported-Models)
    - `url` string — The URL of where to POST the Webhook. Note that only URLs using the `https` protocol will be accepted.

## Response `200`

Ok

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `429` — Too Many Requests

---

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