diff --git a/docs/features/webhook.mdx b/docs/features/webhook.mdx index d33687d3..7d7db519 100644 --- a/docs/features/webhook.mdx +++ b/docs/features/webhook.mdx @@ -121,7 +121,6 @@ const updatedWebhook = await client.updateWebhook({ name: "Updated Logger", url: "https://your-app.com/new-webhook", eventTypes: ["memory:update", "memory:add"], - projectId: "proj_123", webhookId: "wh_123" }); console.log(updatedWebhook);