Modeling-Manage Table Objects-Retrieve and Update a prompt of a SAP HANA Table with Input Parameters

Number of APIs: 11

  1. View the updated SAP HANA table GET {{baseUrl}}/api/model/tables/:tableId

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

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

  4. Update a Prompt of the SAP HANA Table PUT {{baseUrl}}/api/model/tables/:tableId/prompts/:promptId

  5. Commit changeset POST {{baseUrl}}/api/model/changesets/:changesetId/commit

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

  7. View the updated prompt GET {{baseUrl}}/api/model/tables/:tableId/prompts/:promptId

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

  9. Revert schema changes DELETE {{baseUrl}}/api/objects/:tableId?type=15

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