Skip to main content
PUT
Update List
Update properties of an existing contact list including name, description, and custom fields.

Path Parameters

string
required
The unique list ID (e.g., lst_abc123).

Request Body

string
New list name (max 100 characters).
string
New description (max 500 characters).
array
Updated custom field definitions. Replaces existing fields.

Examples

Response

Returns the updated contact list object.
Example Response

Errors

Updating customFields replaces the entire array. Include all fields you want to keep.