Misar Docs
MisarMailMisar.BlogMisarReachMisarPostMisar.DevMisar PlatformMisar IdentityMisar Posts API
Contacts

Update Segment

Rename a segment or update its filter criteria.

PATCH/io/contacts/segments/:id
idstringpathrequired
Segment UUID.
namestringbody
New segment name.
descriptionstringbody
New description.
filterCriteriaobjectbody
Replaces the entire filter tree.
{ "name": "VIP subscribers" }
{ "data": { "id": "seg_abc", "name": "VIP subscribers", "...": "..." } }