Update a segment. This API allows you to update an existing segment in the system.
When updating a segment, you’ll define a filter condition for this segment. Refer to the Queryable Properties document to see the full list of available properties for filtering.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The response is of type null
.