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

# Update webhook

`PUT /projects/{project_id}/webhooks/{id}`

Updates a webhook for a project.

## Request body

- RequestBodyProjectWebhookUpdate
  - `url` string
  - `headers` object
  - `enabled` boolean
  - `use_static_ip` boolean

## Response `200`

successful

- ProjectWebhookModel
  - `id` integer — Unique identifier for the object
  - `url` string — The URL that BeyondWords will send webhook notifications to. This URL must be served over HTTPS
  - `headers` object
  - `enabled` boolean — Whether or not the webhook is enabled or disabled Has the value true if enabled. The default is true.
  - `use_static_ip` boolean — Whether requests to URL should originate from a static IP address.
  - `created` string, date-time — Time at which the object was created (ISO 8601)
  - `updated` string, date-time — Time at which the object was updated (ISO 8601)

---

[API](https://skmtc.net/beyondwords/apis/beyondwords-rest-api.md) · [All operations](https://skmtc.net/beyondwords/apis/beyondwords-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beyondwords/beyondwords-rest-api/revisions/8c4bfe3e2ebd/schema)
