curl --request POST \
--url https://dev.startree.ai/upsertSnapshots/{tableNameWithType}/{snapshotName}/location \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '"<string>"'
The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table with type REALTIME
The upsert snapshot name/version
The body is of type string
.
Was this page helpful?
curl --request POST \
--url https://dev.startree.ai/upsertSnapshots/{tableNameWithType}/{snapshotName}/location \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '"<string>"'
curl --request POST \
--url https://dev.startree.ai/upsertSnapshots/{tableNameWithType}/{snapshotName}/location \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '"<string>"'
The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table with type REALTIME
The upsert snapshot name/version
The body is of type string
.
Was this page helpful?
curl --request POST \
--url https://dev.startree.ai/upsertSnapshots/{tableNameWithType}/{snapshotName}/location \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '"<string>"'