Skip to main content
PUT
Update segment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string<uuid>
required

Segment identifier.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$

Body

application/json

Request body schema.

name
string

Segment name.

filter
Filter · object

Segment filter criteria.

sort
Sort · object[] | null

Sort criteria for the segment.

limit
number | null

Maximum number of records in the segment.

trackingColumnSlugs
string[] | null

Tracking column identifiers.

columnSlugs
string[] | null

Identifiers of the columns displayed for the segment.

Response

Successful response

segment
Segment · object
required

Updated segment details.