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

# Update webhook

`PUT /v1/webhooks/{id}`

## Path parameters

- `id` number, required

## Request body

- Model205
  - `name` string
  - `description` string
  - `url` string
  - `httpMethod` 'POST' | 'GET' | 'PATCH' | 'PUT' | 'DELETE'
  - `headers` Properties[]
  - `payload` Properties

## Response `default`

Successful

---

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