Update a webhook
Updates the specified webhook by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Path parameters
Unique identifier for the webhook.
Request body
Name of the webhook. Any printable characters, including letters from any script, punctuation and emoji. Cannot contain line breaks, tabs, other control characters, invisible formatting characters (zero-width and bidirectional marks), and cannot start or end with whitespace.
Length: [1,256]Pattern: ^(?!\s)(?!.*\s$)[^\p{Cc}\p{Cf}\p{Zl}\p{Zp}]+$
The endpoint which will receive the HTTP POST payload.
Length: [1,256]Format: uri
The secret which will be used to sign the payload using HMAC256 algorithm.
Length: [1,256]
Whether webhook is enabled, you can use it to disable a webhook.
The list of events which trigger the webhook.
Response
200 OK
Format: date-time
Format: date-time
Allowed values: healthy, unhealthy, suspended