Update a project webhook
project-webhooks
Update a project webhook
Partially update URL, events, or enabled flag.
Update a project webhook
Body
application/json
Partial update for a project webhook.
HTTPS destination URL.
Events that should trigger delivery.
Minimum array length:
1Supported webhook events (namespaced by resource family).
Add new members as more resources gain webhook fire points. Validation lives in the API layer; the DB does not hard-code the allowed set.
Available options:
pipeline.completed, pipeline.failed, pipeline.canceled, simple_pipeline.completed, simple_pipeline.failed, simple_pipeline.canceled Whether the webhook is active.
Response
Successful Response
A project webhook as returned by list/get (secret omitted).