16.03.2023, 00:49
Hi All,
Probably a simple one for most but could I get some assistance converting this curl function to Lua
Thanks in advance
Probably a simple one for most but could I get some assistance converting this curl function to Lua
Code:
curl -H "BOND-Token: f074b61f628018fd" -i http://192.100.0.61/v2/devices/79135791/actions/SetSpeed -X PUT -d "{\"argument\": 3}"
[url=http://docs-local.appbond.com/#section/API-Concepts][/url]
Typically I am seeing the http request defaulting back to the GET function and not pushing the PUT.Thanks in advance