---
title: "Update Webhook"
method: PATCH
path: "/v0/webhook/{webhook_id}"
tags: ["Webhooks"]
---

# Update Webhook

`PATCH /v0/webhook/{webhook_id}`

Update an existing webhook by id.

## Path parameters

- `webhook_id` string, required

## Request body

- union — Arguments to the PATCH POST /webhook/<uuid> endpoint
  - object
    - `name` string, required
    - `url` string, uri
  - object
    - `name` string
    - `url` string, uri, required

## Response `200`

Single webhook object returned

- object
  - `data` object, required — Single webhook object returned
    - `webhook` object, required
      - `id` string, uuid, required
      - `name` string, required
      - `url` string, uri, required
  - `error_message` string
  - `meta` object, required
    - `time` number
  - `skydio_error_code` integer, required
  - `status_code` integer, required

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/skydio/apis/skydio-cloud-api.md) · [All operations](https://skmtc.net/skydio/apis/skydio-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skydio/skydio-cloud-api/revisions/0f746b116483/schema)
