v1
latestOpenAPI 3.0.32026-07-14490228.1 KBUpdate an Existing Segment
This endpoint updates an existing segment owned by the client.
put/segments/{id}
Path parameters
idinteger required
The ID used to identify the segment.
Request body
Response
201
Example response
{
"data": {
"id": 1,
"name": "Main Subscribers",
"type": "static",
"status": "active"
}
}