Update Segment List
https://api.ocamba.com/v1/hood/segment-lists/{id}
https://api.ocamba.com/v1/hood/segment-lists/{id}
Updates the specific Segment List. Any parameters not provided will be left unchanged.
Name
Descriptionidstringrequired
Unique resource identifier.Example: 12345
Name
Descriptioncolorstring
List color. Valid hex color code.Example: #6d9382
descriptionstring
The more detailed description of the List. string[0 .. 2000]Example: This is my first segmet list.
itemsarray
The array of segment ids. array [1 .. 100]Example: ["1000", "1001"]
namestringrequired
The name of the Segment List. string[2 .. 100] characters.Example: My 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 List.
1 If you don't know the id, list the Segments Lists to find it.