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
ENDPOINTS