Logo
MicroStrategy REST API API Documentation

Modeling-Manage Attribute Relationships-Update an Attribute's Relationships

Number of APIs: 9


1. Delete the changeset

DELETE {{baseUrl}}/api/model/changesets/:changesetId



2. Reload (update) the schema

POST {{baseUrl}}/api/model/schema/reload



3. Logout

POST {{baseUrl}}/api/auth/logout



4. Login

POST {{baseUrl}}/api/auth/login



5. Create a changeset

POST {{baseUrl}}/api/model/changesets?schemaEdit=true



6. Create a new attribute

POST {{baseUrl}}/api/model/attributes?showExpressionAs=tree



7. Update relationship(s) of an attribute

PUT {{baseUrl}}/api/model/systemHierarchy/attributes/:attributeId/relationships



8. Commit the changeset changes to the metadata

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



9. Delete created attribute

DELETE {{baseUrl}}/api/objects/:objectId?type=12



ENDPOINTS