curl --request PUT \
--url https://dev.startree.ai/tables/{tableName}/state \
--header 'Authorization: <api-key>'
Enable/disable a table
curl --request PUT \
--url https://dev.startree.ai/tables/{tableName}/state \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Table name
Was this page helpful?