ioBroker.simple-api icon indicating copy to clipboard operation
ioBroker.simple-api copied to clipboard

Using simpleApi over cloud adapter does not support POST

Open padman74 opened this issue 1 year ago • 0 comments

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

padman74 avatar Mar 11 '25 14:03 padman74