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

No recorded changes to this endpoint across all 1 revision of this API.