Update a Webhook
Update a webhook’s endpoint URL, its subscribed event types, or both. Omitted fields are left unchanged. eventTypes replaces the existing subscription rather than adding to it. The signing secret is unaffected.
Authorizations
Your Browserbase API Key.
Path Parameters
The webhook ID.
Body
HTTPS URL that event deliveries are POSTed to. Must be publicly reachable.
2048^https://[^/?#]+Event types this webhook subscribes to. Unknown types are rejected.
1functions.builds.running, functions.builds.completed, functions.builds.failed, functions.invocations.pending, functions.invocations.running, functions.invocations.completed, functions.invocations.failed Response
The webhook after the update.
A delivery endpoint for a project. Browserbase POSTs a signed event to it whenever one of its subscribed event types occurs. The signing secret is returned only when it is created or rotated.
Unique identifier for the webhook.
The project the webhook belongs to.
HTTPS URL that event deliveries are POSTed to. Must be publicly reachable.
2048^https://[^/?#]+Event types this webhook subscribes to. Unknown types are rejected.
1functions.builds.running, functions.builds.completed, functions.builds.failed, functions.invocations.pending, functions.invocations.running, functions.invocations.completed, functions.invocations.failed