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.

HEADERS

KeyDatatypeRequiredDescription
X-MSTR-AuthTokenstring(Required) Authorization Token