Skip to main content

UpdateWebhookInput

Input for updating an account webhook

input UpdateWebhookInput {
accountUuid: String
webhookUuid: String!
url: String
events: [WebhookEventType!]
enabled: Boolean
description: String
}

Fields

UpdateWebhookInput.accountUuid ● String scalar

Account UUID when authenticating as a user

UpdateWebhookInput.webhookUuid ● String! non-null scalar

Webhook UUID

UpdateWebhookInput.url ● String scalar

Updated HTTPS destination URL

UpdateWebhookInput.events ● [WebhookEventType!] list enum

Updated event subscriptions

UpdateWebhookInput.enabled ● Boolean scalar

Enabled state

UpdateWebhookInput.description ● String scalar

Optional description

Member Of

updateWebhook mutation