GraphQLReferenceMutationsupdateWebhookOn this pageupdateWebhook Update webhook attributes. Input WebhookUpdateInput Return Type ID Example mutation UpdateWebhook { updateWebhook(input: { webhookId: "d2hrMTIzNDU2" url: "https://example.com/webhook-v2" events: [SIGNED, COMPLETED] })} Related createWebhook Webhook type