Unlock the schema
DELETE {{baseUrl}}/api/model/schema/lock?lockType=absolute_constituent
Unlocks the schema.
A project ID and authorization token are required to execute the request. An authorization token can be obtained using Authentication endpoints.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
lockType | string | Lock type: |
- "absolute_individual": When placed, no one, including the administrator, can perform changes on the schema objects.
- "exclusive_constituent": When the changeset is created with "schemaEdit" =
true
, an "exclusive_constituent" lock is placed. It is a lock exclusive to the changeset holding the lock; only that changeset can change the schema or its constituents (tables, attributes, etc.). - "absolute_constituent: Not in use. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-MSTR-AuthToken | string | (Required) Authorization Token | |
X-MSTR-ProjectID | string | (Required) Project ID |