Segments
Update a segment
Update a specific segment specifying the id
PUT
Path Parameters
Identifier of the segment
Body
application/json
Update a segment
The name of the segment
Example:
"Chat segment"
A query that defines which conversations belong to this segment based on their metadata.
Structured data fields ids
Response
200
application/json
Successfully updated the segment.
Segment
The id of the segment
The name of the segment
A query that defines which conversations belong to this segment based on their metadata.
The ids of the structured data fields that will be used to generate the structured data for the conversation.
Was this page helpful?