---
title: "Update Webhook"
method: PUT
path: "/v2/companies/{company}/webhooks/{webhook}"
tags: ["Webhooks"]
---

# Update Webhook

`PUT /v2/companies/{company}/webhooks/{webhook}`

## Path parameters

- `company` integer, required
- `webhook` integer, required

## Request body

- object
  - `url` string
  - `method` string
  - `features` WebhookFeature[]

## Response `200`

A single webhook

- object
  - `data` Webhook
    - `id` integer
    - `method` 'PUT' | 'GET' | 'POST' | 'PATCH'
    - `url` string
    - `features` WebhookFeature[]

## Other responses

- `401` — Unauthenticated
- `403` — Unauthorized
- `422` — Unprocessable Entity
- `429` — Too many requests

---

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