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
Documentation IndexFetch the complete documentation index at: https://developers.aimtell.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.aimtell.com/llms.txt
Use this file to discover all available pages before exploring further.
Segment ID
Name of Segment
Definition
200