> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/webhooks/llms.txt)
> Source: https://docs.saleor.io/api-reference/webhooks/objects/webhook-update

# WebhookUpdate Object

Updates a webhook subscription.

Requires one of the following permissions: MANAGE\_APPS AUTHENTICATED\_APP

```graphql
type WebhookUpdate {
  webhookErrors: [WebhookError!]! @deprecated
  errors: [WebhookError!]!
  webhook: Webhook
}
```

<a id="fields"></a>

### Fields

<a id="errors"></a>

#### [`errors`](#errors) ● [`[WebhookError!]!`](/api-reference/webhooks/objects/webhook-error.md)

<a id="webhook"></a>

#### [`webhook`](#webhook) ● [`Webhook`](/api-reference/webhooks/objects/webhook.md)

Show deprecatedHide deprecated

<a id="webhook-errors"></a>

#### [`webhookErrors`](#webhook-errors) ● [`[WebhookError!]!`](/api-reference/webhooks/objects/webhook-error.md)

DEPRECATED

Use `errors` field instead.

<a id="returned-by"></a>

### Returned By

[`webhookUpdate`](/api-reference/webhooks/mutations/webhook-update.md) mutation
