update webhook js doc

This commit is contained in:
Dev-Khant
2025-02-21 21:32:54 +05:30
parent 2d0c8fe94e
commit 600c9fae63

View File

@@ -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);