Modeling-Manage Transformation Objects-Create, Update and Delete a Transformation
Number of APIs: 9
-
Login POST {{baseUrl}}/api/auth/login
-
Commit the changeset changes to the metadata POST {{baseUrl}}/api/model/changesets/:changesetId/commit
-
Create a changeset POST {{baseUrl}}/api/model/changesets?schemaEdit=true
-
Update the transformation PATCH {{baseUrl}}/api/model/transformations/:transformationID?showExpressionAs=tokens
-
Reload (update) the schema POST {{baseUrl}}/api/model/schema/reload
-
Delete the changeset DELETE {{baseUrl}}/api/model/changesets/:changesetId
-
Delete created transformation DELETE {{baseUrl}}/api/objects/:transformationID?type=43
-
Logout POST {{baseUrl}}/api/auth/logout
-
Create a new transformation POST {{baseUrl}}/api/model/transformations?showExpressionAs=tokens