Update List
Lists
Update List
Update an existing contact list
PUT
Update List
Update properties of an existing contact list including name, description, and custom fields.Documentation Index
Fetch the complete documentation index at: https://docs.mailbreeze.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique list ID (e.g.,
lst_abc123).Request Body
New list name (max 100 characters).
New description (max 500 characters).
Updated custom field definitions. Replaces existing fields.
Examples
Response
Returns the updated contact list object.Example Response
Errors
| Code | HTTP Status | Description |
|---|---|---|
NOT_FOUND | 404 | List with this ID doesn’t exist |
VALIDATION_ERROR | 400 | Invalid field values or format |