update webhook js doc
This commit is contained in:
@@ -121,7 +121,6 @@ const updatedWebhook = await client.updateWebhook({
|
|||||||
name: "Updated Logger",
|
name: "Updated Logger",
|
||||||
url: "https://your-app.com/new-webhook",
|
url: "https://your-app.com/new-webhook",
|
||||||
eventTypes: ["memory:update", "memory:add"],
|
eventTypes: ["memory:update", "memory:add"],
|
||||||
projectId: "proj_123",
|
|
||||||
webhookId: "wh_123"
|
webhookId: "wh_123"
|
||||||
});
|
});
|
||||||
console.log(updatedWebhook);
|
console.log(updatedWebhook);
|
||||||
|
|||||||
Reference in New Issue
Block a user