Modeling-Manage Attribute Objects-Create Attribute

Number of APIs: 8

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

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

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

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

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

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

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

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