Logo
MicroStrategy REST API API Documentation

Create a configuration changeset

POST {{baseUrl}}/api/model/changesets

 

Body PARAM

Key Datatype Required Description 
schemaEdit
boolean Specify whether the changeset includes the creation or update of schema objects. Set "schemaEdit" to true if this changeset ID is used to create or update schema objects through their corresponding APIs (tables, facts, attributes, hierarchies, transformations, partitions, functions). It places an "exclusive_constituent" lock on the schema. Default value : false



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required) Authorization token




RESPONSES

status





Curl
curl -X POST 'baseUrl/api/model/changesets?schemaEdit=false' -H 'X-MSTR-AuthToken: authToken'

ENDPOINTS