Skip to main content

WebhookUpdate Object

Updates a webhook subscription.

Requires one of the following permissions: MANAGE_APPSAUTHENTICATED_APP
type WebhookUpdate {
webhookErrors: [WebhookError!]! @deprecated
errors: [WebhookError!]!
webhook: Webhook
}

Fields

errors ● [WebhookError!]!

webhook ● Webhook

Show deprecatedHide deprecated

webhookErrors ● [WebhookError!]!

DEPRECATED

Use errors field instead.

Returned By

webhookUpdate mutation