ioBroker.simple-api
ioBroker.simple-api copied to clipboard
Using simpleApi over cloud adapter does not support POST
Hello, I have an application that supports sending a JSON file via http POST to a web address. I would like to read the JSON via iobroker.pro and the simpleApi service over cloud adapter.
But when I configure simpleApi and try to send a JSON file, I always receive a response {"error": "not implemented"}
My url used is https://iobroker.pro/service/simpleApi/@pro.../setValueFromBody/<path_to_datapoint>
Adapter version is 2.80
Regards Volker