project-webhooks

Update a project webhook

Partially update URL, events, or enabled flag.

patch/projects/{project_id}/webhooks/{webhook_id}

Path parameters

project_idstring required
webhook_idstring required

Request body

urlstring nullable

HTTPS destination URL.

eventsWebhookEvent[] nullable

Events that should trigger delivery.

enabledboolean nullable

Whether the webhook is active.

Response

Successful Response

idstring required
project_idstring required
organization_idstring required
urlstring required
eventsstring[] required
enabledboolean required
consecutive_failuresinteger
disabled_reasonstring nullable
created_bystring nullable
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.