upload a file on Thingworx using Postman
Hi everybody,
can someone please tell me how to upload a file on Thingworx with Postman. I created a FileRepository Thing and tried to upload the file via POST method in Postman.
I tried following urls:
URL: .../Thingworx/FileRepositories/<MyFileRepositoryThing>/
URL: .../Thingworx/FileRepositories/<MyFileRepositoryThing>/<self created folder>/
URL: .../Thingworx/Things/<MyFileRepositoryThing>/
header:
appKey
Content-Type(tried even differrent types)
Body:
file : XML
Maybe I'm doing it all wrong. It would be great if someone could help.

