EditSubscriptionRequestModel
Specifies information about the modifications to apply to the subscription.
Values that are not provided will be left unchanged.
Name | Description | Type | Additional Information |
---|---|---|---|
DeliveryType |
The delivery type to change the subscription to. Valid values are: "fetch" or "webhook". |
string |
None. |
EventTypes |
The list of event types the subscription should be changed to. This will replace the previous list of subscribed event types. |
Collection of string |
None. |
Webhook |
Webhook related properties that should be updated or set for the subscription. |
EditSubscriptionRequestModelWebhook |
Required, if webhook properties should be changed or when changing the subscription's DeliveryType to "webhook". |