Insert excerpt |
---|
_ExcerptBetaAPI | _ExcerptBetaAPI | nopanel | true |
---|
The
PATCH /subscriptions/{subscriptionId}
endpoint can be used to update an existing subscription.
Insert excerpt |
---|
| _ExcerptSubscriptionChangeDelay |
---|
| _ExcerptSubscriptionChangeDelay |
---|
nopanel | true |
---|
|
Panel |
---|
borderColor | #eeeeee |
---|
bgColor | white |
---|
titleColor | white |
---|
borderWidth | 1 |
---|
titleBGColor | #D6219C |
---|
borderStyle | solid |
---|
title | In this page |
---|
|
|
...
Type | Required | Example |
---|
String | True | 2V1d4FfmK5ho8aiomIwP9QdpQjv |
The unique identifier for the subscription.
...
name
— The name of the subscription. The name must be unique.url
— The URL that the webhook events are sent to. It must be a fully qualified http or https URL.events
— A list of the event types you wish to receive webhook notifications for. Each item in the list must be the name of an event type. You can get a list of event types to discover their names.enabled
— Notifications will only be sent to the URL if the subscription is enabled.secret
— The secret used to sign notifications.
...