Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 721 Bytes

update-webhook-subscription-request.md

File metadata and controls

32 lines (23 loc) · 721 Bytes

Update Webhook Subscription Request

Updates a Subscription.

Structure

Update Webhook Subscription Request

Fields

Name Type Tags Description
subscription Webhook Subscription Optional Represents the details of a webhook subscription, including notification URL,
event types, and signature key.

Example (as JSON)

{
  "subscription": {
    "enabled": false,
    "name": "Updated Example Webhook Subscription",
    "id": "id4",
    "event_types": [
      "event_types2",
      "event_types3"
    ],
    "notification_url": "notification_url8"
  }
}