curl --request PUT \
--url https://dev.startree.ai/tables/{tableName}/instancePartitions \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '"<string>"'{}curl --request PUT \
--url https://dev.startree.ai/tables/{tableName}/instancePartitions \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '"<string>"'{}The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table
The body is of type string.
Was this page helpful?