Update a webhook

Applies a partial update to the supplied webhook. Only the fields present in the body are changed; omitted fields are left intact. Returns the persisted webhook after the update. Returns 400 webhook_not_found if the id does not exist.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The id of the webhook to be updated.

Body Params

WebhookUpdateRequest object

Body of a PUT /v6/webhooks/{webhook_id} request.

client_key_id

Choose between static or dynamic client key id

component_ids
array of strings
component_ids
component_references
array of objects
component_references

Choose between static or dynamic default method


Static default method

Choose between static or dynamic description


Static description

Choose between static or dynamic enabled


Static enabled

Choose between static or dynamic name


Static name

request

Choose between static or dynamic request

response_body_handler

Choose between static or dynamic response body handler

if no webhook response status is provided, we will retry non 2xx webhook requests


Static response handler

tags
array of strings
tags

Choose between static or dynamic url


Static url

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json