curl --request POST \
--url https://dev.startree.ai/segments/{tableName}/endReplaceSegments \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '{}'
End to replace segments
curl --request POST \
--url https://dev.startree.ai/segments/{tableName}/endReplaceSegments \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '{}'
The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table
OFFLINE|REALTIME
Segment lineage entry id returned by startReplaceSegments API
Fields belonging to end replace segment request
The body is of type object
.
Was this page helpful?