Contact Lists

Update Contact List

Update a contact list

patch/groups/{group}

Path parameters

groupstring required

Contact list ID

Request body

namestring

Name of the contact list

contactsinteger[]

Array of contact IDs

syncboolean

Whether to sync contacts

Example request

{
  "name": "VIP Customers"
}

Response

Contact list updated successfully

Changes