curl --request POST \
--url https://dev.startree.ai/tables/{tableName}/pauseConsumption \
--header 'Authorization: <api-key>'
Pause the consumption of a realtime table
curl --request POST \
--url https://dev.startree.ai/tables/{tableName}/pauseConsumption \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table
Comment on pausing the consumption
Was this page helpful?