Update subscription
Required scopes:
- partner.webhooks.manage
Path Parameters |
---|
subscriptionId uuid — REQUIREDID of the subscription to update |
Request Body Subscription update request |
---|
webhookUrl stringWebhook HTTPS endpoint url. |
webhookVersion stringPossible values: [ Version that will be used when formatting the webhook payload. |
secret stringPossible values: 10 ≤ length ≤ 50 Webhook secret that will be used for signing the request. |
enabled booleanFlag for enabling/disabling the subscription. If subscription is disabled the webhook won't be triggered for the respective event types. |
eventTypes string[]List of event types for the subscription. Each time that some event type from the list occurs, the webhook will be triggered. |
Responses | |||||||
---|---|---|---|---|---|---|---|
200 OK
|