Skip to main content
PUT
Update Notification Webhook

Authorizations

Authorization
string
header
required

Get access to data with your user's JSON Web Token.

Path Parameters

deploymentId
string
required
webhookId
string
required

Body

application/json
deploymentId
string
webhookId
string
name
string

The user-specified name for the webhook

url
string

The URL endpoint where webhook payloads will be sent

useNetworkBroker
boolean

Whether to use the network broker for webhook delivery

removeSecret
boolean

Whether to clear the webhook secret

webhookSecret
string

Optional: new webhook secret (if not provided, existing secret is unchanged)

Response

200 - application/json

OK

webhook
object