frmscoe / postman

Used for different rule testing and populating the arangodb
0 stars 0 forks source link

Update API version environment variable to include a "/" #66

Open Justus-at-Tazama opened 4 days ago

Justus-at-Tazama commented 4 days ago

Update the implementation of the version environment variable so that the value is specified with a trailing "/" so that the variable can be left blank to omit the version from the path without updating the paths themselves (currently dropping the version creates a "//" in the middle of the path).

Acceptance criteria:

  1. Define the environment variable value as "v1/"
  2. Update the path string in the URL from {{ofUrl}}/{{path-api-version}}/{{path-pacs008}} to {{ofUrl}}/{{path-api-version}}{{path-pacs008}}