I am attempting to import a code library into Mirth Connect using the REST API.
According to the API documentation, there are 2 endpoints that may be used to do this:
POST /codeTemplateLibraries/_bulkUpdate
PUT /codeTemplateLibraries
Hitting either of these endpoints using curl and passing the required data, I receive a positive response from the Mirth server, but when I open the Mirth Connect GUI and look at the code libraries, all of the libraries are empty; however, each library should have multiple code templates.
Has anyone experienced anything like this with Mirth 3.5.0? I have searched the Mirth Community forums and tried all the proposed fixes such as the ones in the thread here:
http://www.mirthproject.org/community/forums/showthread.php?t=216331