Update webhook
Partially update a webhook. Only the fields included in the request
body are changed; omitted fields retain their current values. Pass
"description": null to clear the description.
hostinger mail webhooks update <webhook-id> [flags]
--description string New description, or null to clear it
--events strings Replaces the full list of subscribed events (one of: message.received)
-h, --help help for update
--name string New human-readable name for the webhook
--status string New status for the webhook (one of: active, disabled, paused)
--url string New URL to deliver events to
--config string Config file (default is $HOME/.hostinger.yaml)
--format string Output format type (json|table|tree), default: table
- hostinger mail webhooks - Webhooks commands