Modeling-Manage Prompt Objects-Create a Metric Expression Prompt

Number of APIs: 7

  1. Create a changeset POST {{baseUrl}}/api/model/changesets

  2. Create the prompt POST {{baseUrl}}/api/model/prompts

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

  4. Delete the prompt DELETE {{baseUrl}}/api/objects/:objectId?type=10

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

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

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