We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c297b7a commit 99c4727Copy full SHA for 99c4727
examples/contact-lists/everything.ts
@@ -23,7 +23,7 @@ async function contactListsFlow() {
23
console.log("One contact list:", one);
24
25
// Update a contact list
26
- const updated = await client.contactLists.update(5205, {
+ const updated = await client.contactLists.update(all[0].id, {
27
name: "Updated Test List",
28
});
29
console.log("Updated contact list:", updated);
0 commit comments