POST
/
upsertSnapshots
/
{tableNameWithType}
/
{snapshotName}
/
location
curl --request POST \
  --url https://dev.startree.ai/upsertSnapshots/{tableNameWithType}/{snapshotName}/location \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: */*' \
  --data '"<string>"'

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Path Parameters

tableNameWithType
string
required

Name of the table with type REALTIME

snapshotName
string
required

The upsert snapshot name/version

Body

*/* · string

The body is of type string.