---
title: "Update a webhook"
method: PUT
path: "/v3/webhooks/{id}"
tags: ["Webhook"]
---

# Update a webhook

`PUT /v3/webhooks/{id}`

Updates a webhook.

## Path parameters

- `id` string, required

## Request body

- object
  - `webhook_id` string
  - `label` string
  - `triggers` unknown[]
    - unknown
  - `method` string
  - `target` string

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/revisions/789812d35ac8/schema)
