Modeling-Manage Transformation Objects-Create, Update and Delete a Transformation

Number of APIs: 9

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

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

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

  4. Update the transformation PATCH {{baseUrl}}/api/model/transformations/:transformationID?showExpressionAs=tokens

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

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

  7. Delete created transformation DELETE {{baseUrl}}/api/objects/:transformationID?type=43

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

  9. Create a new transformation POST {{baseUrl}}/api/model/transformations?showExpressionAs=tokens