Update Webhook
Updates an existing webhook in Buttondown.
PUT
Query
Field selectionChoose which fields should be included in the response. Learn more
string
Comma-separated response fields to include.
Body
Arguments
stringrequired
Webhook ID.
array of stringrequired
Exact Buttondown webhook event types to subscribe to.
stringrequired
Destination URL for webhook POST requests.
string
Whether the webhook is enabled or disabled.
string
Optional internal description for the webhook.
Uncommon arguments
string
Optional HMAC signing key for webhook verification.