Contacts
Update Segment
Rename a segment or update its filter criteria.
PATCH
/io/contacts/segments/:ididstringpathrequiredSegment UUID.
namestringbodyNew segment name.
descriptionstringbodyNew description.
filterCriteriaobjectbodyReplaces the entire filter tree.
{ "name": "VIP subscribers" }{ "data": { "id": "seg_abc", "name": "VIP subscribers", "...": "..." } }