POST
/
tables
/
{tableName}
/
resumeConsumption
curl --request POST \
  --url https://dev.startree.ai/tables/{tableName}/resumeConsumption \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

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

Path Parameters

tableName
string
required

Name of the table

Query Parameters

comment
string

Comment on pausing the consumption

consumeFrom
enum<string>
default:lastConsumed

lastConsumed (safer) | smallest (repeat rows) | largest (miss rows)

Available options:
lastConsumed,
smallest,
largest