v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Contacts

Update a list

put/contacts/lists/{listId}

Path parameters

listIdinteger required

Id of the list

Request body

namestring

Name of the list. Either of the two parameters (name, folderId) can be updated at a time.

folderIdinteger

Id of the folder in which the list is to be moved. Either of the two parameters (name, folderId) can be updated at a time.

Example request

{
  "name": "Magento Customer - ES",
  "folderId": 2
}

Response

List updated