Edits a contact list segment by its ID.
Request
PATCH https://api.bytehand.com/v2/contact_lists/listId/segments/segmentId
Parameters
Path Parameters | |
---|---|
listId | number Required parameter. Unique ID of the contact list. |
segmentId | number Required parameter. Unique ID for the contact list segment. |
Body
An object of the type ContactListSegmentSeed is required in the request body.
Authorization
Requires authorization and access right contacts_manage.
Response
Upon successful completion of the request, an object of type Response is returned.