Logo
MicroStrategy REST API API Documentation

Update a cube definition v2

PUT {{baseUrl}}/api/v2/cubes/:cubeId

Update an Intelligent cube

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required) Authorization token
X-MSTR-ProjectID
string (Required) Project ID
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'baseUrl/api/v2/cubes/:cubeId' -H 'X-MSTR-AuthToken: authToken' -H 'X-MSTR-ProjectID: projectId' -H 'Content-Type: application/json' -d '{"definition":{"description":"Cube description"}}'

ENDPOINTS