Contract Testing: Update Webhook
contract-testing_update_webhookUpdate a webhook's configuration, including trigger events, HTTP request settings, and optional consumer/provider restrictions.
Instructions
Update an existing webhook's configuration.
Toolset: Webhooks
Parameters:
webhookId (string) required: UUID of the webhook to update
description (string): Human-readable description
events (array): Events that trigger this webhook
request (object): HTTP request to send when triggered
consumer (object): Restrict to a specific consumer
provider (object): Restrict to a specific provider
enabled (boolean): Whether the webhook is enabled
teamUuid (string): UUID of the owning team
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | No | Events that trigger this webhook | |
| enabled | No | Whether the webhook is enabled | |
| request | No | HTTP request to send when triggered | |
| consumer | No | Restrict to a specific consumer | |
| provider | No | Restrict to a specific provider | |
| teamUuid | No | UUID of the owning team | |
| webhookId | Yes | UUID of the webhook to update | |
| description | No | Human-readable description |