cURL
curl --request PUT \ --url https://api.aimtell.com/prod/segment/{id} \ --header 'Content-Type: application/json' \ --header 'X-Authorization-Api-Key: <api-key>' \ --data ' { "name": "<string>", "definition": "<string>" } '
{ "result": "success", "idSegment": "24", "message": "Successfully updated segment" }
Update a Specific Segment
Segment ID
Name of Segment
Definition
200