Skip to main content

webhookUpdate Mutation

Updates a webhook subscription.

Requires one of the following permissions: MANAGE_APPSAUTHENTICATED_APP
webhookUpdate(
id: ID!
input: WebhookUpdateInput!
): WebhookUpdate
Details
type WebhookUpdate {
webhookErrors: [WebhookError!]! @deprecated
errors: [WebhookError!]!
webhook: Webhook
}

Arguments

id ● ID!

ID of a webhook to update.

input ● WebhookUpdateInput!

Fields required to update a webhook.

Type

WebhookUpdate

Updates a webhook subscription.

Requires one of the following permissions: MANAGE_APPSAUTHENTICATED_APP