{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"createdAt": "string",
"device": {
"__type": "Pointer",
"className": "Device",
"objectId": "string"
},
"objectId": "string",
"product": {
"__type": "Pointer",
"className": "Product",
"objectId": "string"
},
"tags": {},
"updatedAt": "string",
"values": {}
}
curl --location --request PUT 'https://prod.iotn2n.com/iotapi/amis/Timescale/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"createdAt": "string",
"device": {
"__type": "Pointer",
"className": "Device",
"objectId": "string"
},
"objectId": "string",
"product": {
"__type": "Pointer",
"className": "Product",
"objectId": "string"
},
"tags": {},
"updatedAt": "string",
"values": {}
}'
{
"objectId": "string",
"updatedAt": "2019-08-24T14:15:22Z"
}