V1 map direct run API

In order to run maps directly, the .mmc file for the map must be placed in one of the directories defined for the map .dirs property in the tx-rest.properties file.

Calling the direct run endpoints with PUT will run the map synchronously. Using POST will run the map asynchronously. The following endpoint is used to run the map.

/v1/hip/maps/direct/{relativePath}/{mapName}

Where {mapName} is the filename of the .mmc file not including the extension, and {relativePath} is the relative path from the map.dirs directory to the .mmc file on the filesystem.