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