Update a webhook
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Request Body required
Section titled “Request Body required ”Request body for PATCH /api/v1/webhooks/{id}. All fields optional.
object
Optional metadata filter applied to events before delivery.
All fields are optional. When multiple fields are set, they combine with AND.
Events that lack the filter’s target field are excluded (not matched).
For example, a webhook with stage set receives only storage events
with a matching sidecar stage; it does not receive execution events.
Responses
Section titled “ Responses ”Successful Response
Webhook row as returned from the API. Secret is never echoed.
object
Webhook id (UUID v7).
Human-readable webhook name.
Destination URL for POST delivery.
Event types this webhook receives.
Whether this webhook is currently delivering.
True when a signing secret is configured.
When the webhook was registered.
When the webhook was last modified.
Validation Error