curl --request POST \
--url https://dev.startree.ai/segments/{tableName}/reload \
--header 'Authorization: <api-key>'
{
"status": "<string>"
}
Reload all segments
curl --request POST \
--url https://dev.startree.ai/segments/{tableName}/reload \
--header 'Authorization: <api-key>'
{
"status": "<string>"
}
The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table
OFFLINE|REALTIME
Whether to force server to download segment
Name of the target instance to reload
Map from instances to segments to reload. This param takes precedence over targetInstance
successful operation
The response is of type object
.
Was this page helpful?