Modeling-Manage Table Objects-Retrieve and Update a prompt of a SAP HANA Table with Input Parameters
Number of APIs: 11
-
View the updated SAP HANA table GET {{baseUrl}}/api/model/tables/:tableId
-
Login POST {{baseUrl}}/api/auth/login
-
Create a changeset POST {{baseUrl}}/api/model/changesets?schemaEdit=true
-
Update a Prompt of the SAP HANA Table PUT {{baseUrl}}/api/model/tables/:tableId/prompts/:promptId
-
Commit changeset POST {{baseUrl}}/api/model/changesets/:changesetId/commit
-
Reload (update) the schema Copy POST {{baseUrl}}/api/model/schema/reload
-
View the updated prompt GET {{baseUrl}}/api/model/tables/:tableId/prompts/:promptId
-
Delete changeset DELETE {{baseUrl}}/api/model/changesets/:changesetId
-
Revert schema changes DELETE {{baseUrl}}/api/objects/:tableId?type=15
-
Logout POST {{baseUrl}}/api/auth/logout