Hi, I tried to update the property of my Thing by REST API as following.
POST method
http://localhost:8080/Thingworx/Things/TestThing/PropertiesVTQ/Temperature
Header
appKey : ****my appkey******
Body
{
"time": 1458194045379,
"value": 23.2,
"quality": "GOOD"
}
but response message is
Access to the specified resource has been forbidden.
Is there any method to update propertiesVTQ by REST API?
My point is setting timestamp by sender device local side, not server side.