updateList Rename a contact list. HTTP: PATCH /api/lists/{id} Parameters Field Type Required Description name string ✓ Returns any Example const res = await mk.updateList({ id: "lst_1", name: "VIPs" }); ← All methods · Docs · mailkite.dev