Authorizations
The format of the key is "Basic <token>" or "Bearer <token>"
Path Parameters
Name of the table
Body
*/* · string
The body is of type string
.
Response
200 - application/json
successful operation
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
.
successful operation
Show child attributes
Was this page helpful?