Modeling-Manage Table Objects-Retrieve and Update a Table's Definiton
Number of APIs: 9
-
Delete changeset DELETE {{baseUrl}}/api/model/changesets/:changesetId
-
Logout POST {{baseUrl}}/api/auth/logout
-
Revert table to original definition PATCH {{baseUrl}}/api/model/tables/:tableId
-
Get a list of available table objects GET {{baseUrl}}/api/model/tables
-
Create a changeset POST {{baseUrl}}/api/model/changesets?schemaEdit=true
-
Get a table's definition GET {{baseUrl}}/api/model/tables/:tableId
-
Login POST {{baseUrl}}/api/auth/login
-
Reload (update) the schema POST {{baseUrl}}/api/model/schema/reload
-
Re-commit changeset POST {{baseUrl}}/api/model/changesets/:changesetId/commit