Modeling-Manage Attribute Objects-Update Attribute

Number of APIs: 9

  1. Delete created attribute DELETE {{baseUrl}}/api/objects/:objectId?type=12

  2. Logout POST {{baseUrl}}/api/auth/logout

  3. Login POST {{baseUrl}}/api/auth/login

  4. Create a changeset POST {{baseUrl}}/api/model/changesets?schemaEdit=true

  5. Commit the changeset changes to the metadata POST {{baseUrl}}/api/model/changesets/:changesetId/commit

  6. Reload (update) the schema POST {{baseUrl}}/api/model/schema/reload

  7. Delete the changeset DELETE {{baseUrl}}/api/model/changesets/:changesetId

  8. Update an attribute PATCH {{baseUrl}}/api/model/attributes/:attributeId?showExpressionAs=tree&removeInvalidFields=true

  9. Create a new attribute POST {{baseUrl}}/api/model/attributes?showExpressionAs=tree