Updates an existing webhook subscription's delivery configuration.This modifies fields related to the URL and payload of an existing webhook subscription.
Changes may take up to half an hour to take effect.The fields that determine which events are to be delivered are immutable.
A new webhook subscription should be created for such cases.
Arguments
| Name | Description |
|---|---|
UpdateWebhookSubscriptionDeliveryConfiguration_SubscriptionInput! | The details of the webhook subscription to be updated. |
Result
| Name | Description |
|---|---|
UpdateWebhookSubscriptionDeliveryConfigurationPayload | The response from the updateWebhookSubscriptionDeliveryConfiguration mutation. |
Sample
GraphQL
CopyGraphQL Explorer
mutation ($input: UpdateWebhookSubscriptionDeliveryConfigurationInput!) {
updateWebhookSubscriptionDeliveryConfiguration(input: $input)
}