Update Contact List
PATCH/v1/contacts/lists/:listId
Renames a list and/or moves it into a folder. Pass folderId: null to move the list to the root. Omit a field to leave it unchanged.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Contact list updated successfully
Invalid request parameters
Invalid or missing API key
Contact list not found
Internal server error