{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"clientid": "string",
"createdAt": "string",
"devaddr": "string",
"deviceid": "string",
"domain": [
null
],
"level": "string",
"line": 0,
"mfa": "string",
"msg": "string",
"objectId": "string",
"peername": "string",
"pid": "string",
"productid": "string",
"time": 0,
"topic": "string",
"type": "string",
"updatedAt": "string"
}
curl --location --request PUT 'https://prod.iotn2n.com/iotapi/classes/Log/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"clientid": "string",
"createdAt": "string",
"devaddr": "string",
"deviceid": "string",
"domain": [
null
],
"level": "string",
"line": 0,
"mfa": "string",
"msg": "string",
"objectId": "string",
"peername": "string",
"pid": "string",
"productid": "string",
"time": 0,
"topic": "string",
"type": "string",
"updatedAt": "string"
}'
{
"objectId": "string",
"updatedAt": "2019-08-24T14:15:22Z"
}