Skip to main content
Version: 3.x

webhookUpdate

Updates a webhook subscription.

Requires one of the following permissions: MANAGE_APPSAUTHENTICATED_APP
webhookUpdate(
id: ID!
input: WebhookUpdateInput!
): WebhookUpdate

Arguments

webhookUpdate.id ● ID! non-null scalar

ID of a webhook to update.

webhookUpdate.input ● WebhookUpdateInput! non-null input

Fields required to update a webhook.

Type

WebhookUpdate object

Updates a webhook subscription.

Requires one of the following permissions: MANAGE_APPSAUTHENTICATED_APP

Was this page helpful?