Updates a Subscription.
Update Webhook Subscription Request
Name | Type | Tags | Description |
---|---|---|---|
subscription |
Webhook Subscription |
Optional | Represents the details of a webhook subscription, including notification URL, event types, and signature key. |
{
"subscription": {
"enabled": false,
"name": "Updated Example Webhook Subscription",
"id": "id4",
"event_types": [
"event_types2",
"event_types3"
],
"notification_url": "notification_url8"
}
}