Logo
MicroStrategy REST API API Documentation

Commit the changeset changes to the metadata

POST {{baseUrl}}/api/model/changesets/:changesetId/commit

Commits a changeset. All objects created or modified by the modeling APIs (filter, fact, tables, etc.) that use this changeset are saved to the metadata as one single transaction. The changeset is still valid and can be used in subsequent requests to read, create, and/or update objects. The changeset ID is required to execute the request and can be obtained using the changeset creation API. An authorization token is required to execute the request and can be obtained using Authentication endpoints.

 

Body PARAM

Key Datatype Required Description 



HEADERS

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




RESPONSES

status





Curl
curl -X POST 'baseUrl/api/model/changesets/:changesetId/commit' -H 'X-MSTR-AuthToken: authToken'

ENDPOINTS