Update Segment
Update the properties of an existing segment or cohort.Endpoint
This endpoint uses the POST HTTP method in the actual implementation, but follows PUT semantics for updating resources.
Headers
Bearer token for authentication
Path Parameters
Website UUID
Segment UUID
Request Body
Segment type:
segment or cohortSegment name (max 200 characters)
Segment configuration parameters
Response
Segment UUID
Website UUID
Segment type
Segment name
Segment configuration parameters
ISO 8601 timestamp of last update
Example Request
Example Response
Error Responses
Unauthorized - You don’t have permission to update this segment
Not Found - Segment does not exist
You must have update permissions for the website to modify its segments.