v1

latestOpenAPI 3.0.32026-07-22238629559.2 KB
NotificationWebhooksService

Update Notification Webhook

Update a notification webhook by replacement.

put/api/notification_webhooks/deployments/{deploymentId}/webhooks/{webhookId}

Path parameters

deploymentIdstring required
webhookIdstring required

Request body

deploymentIdstring
webhookIdstring
namestring

The user-specified name for the webhook

urlstring

The URL endpoint where webhook payloads will be sent

useNetworkBrokerboolean

Whether to use the network broker for webhook delivery

removeSecretboolean

Whether to clear the webhook secret

webhookSecretstring

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

Response

OK