curl --request POST \
--url https://dev.startree.ai/segments/{tableNameWithType}/updateZKTimeInterval \
--header 'Authorization: <api-key>'
Update the start and end time of the segments based on latest schema
curl --request POST \
--url https://dev.startree.ai/segments/{tableNameWithType}/updateZKTimeInterval \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Table name with type
Was this page helpful?