Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 425 Bytes

File metadata and controls

25 lines (15 loc) · 425 Bytes

updateList

Rename a contact list.

HTTP: PATCH /api/lists/{id}

Parameters

Field Type Required Description
name string

Returns

any

Example

Object res = mk.updateList(Map.of("id", "lst_1", "name", "VIPs"));

← All methods · Docs · mailkite.dev