Modeling-Manage Attribute Relationships-Update an Attribute's Relationships
Number of APIs: 9
-
Reload (update) the schema POST {{baseUrl}}/api/model/schema/reload
-
Logout POST {{baseUrl}}/api/auth/logout
-
Login POST {{baseUrl}}/api/auth/login
-
Create a changeset POST {{baseUrl}}/api/model/changesets?schemaEdit=true
-
Create a new attribute POST {{baseUrl}}/api/model/attributes?showExpressionAs=tree
-
Update relationship(s) of an attribute PUT {{baseUrl}}/api/model/systemHierarchy/attributes/:attributeId/relationships
-
Commit the changeset changes to the metadata POST {{baseUrl}}/api/model/changesets/:changesetId/commit
-
Delete created attribute DELETE {{baseUrl}}/api/objects/:objectId?type=12
-
Delete the changeset DELETE {{baseUrl}}/api/model/changesets/:changesetId