Update a Customer List
https://api.ocamba.com/v1/hood/customer-lists/{id}
https://api.ocamba.com/v1/hood/customer-lists/{id}
Updates the specific Customer List by setting the values of the parameters passed. Any parameters not provided will be left unchanged
Name
Descriptionidstringrequired
Unique resource identifier.Example: 12345
Name
Descriptioncolorstring
Describes the customer list color. Must respect the hexcolof format. Default value is '#ffffff' or white.Example: #6d9382
descriptionstring
The more detailed description of the customer list. Maximum 2000 charactersExample: List containing users that subscribed from the black friday mailing list.
namestring
Describes the customer list name. Must be unique per workspace. Maximum 100 characters.Example: black friday list
204 - No Content
400 - Bad Request
500 - Internal Server Error
1 At least one of the updatable fields should be sent via HTTP body in order to change the current state of the customer list.
1 If you don't know the customer list id, list the customer lists to find it.