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

# Update a webhook

`PUT /v3/webhooks/{id}`

## Path parameters

- `id` number, required

## Request body

- Model220
  - `name` string
  - `description` string
  - `url` string
  - `http_method` 'POST' | 'GET' | 'PATCH' | 'PUT' | 'DELETE'
  - `headers` Properties[]
  - `payload` Properties
  - `include_partial_submission` boolean

## Response `200`

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)
