Create a changeset
POST {{baseUrl}}/api/model/changesets?schemaEdit=true
Request Params
| 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 | |
X-MSTR-ProjectID | string | (Required) Project ID |