{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"active": 0,
"args": {},
"createdAt": "string",
"crond": {},
"name": "string",
"objectId": "string",
"product": {
"__type": "Pointer",
"className": "Product",
"objectId": "string"
},
"remark": "string",
"task": {},
"tid": 0,
"type": 0,
"typedesc": "string",
"updatedAt": "string",
"visible": 0
}
curl --location --request PUT 'https://prod.iotn2n.com/iotapi/classes/Crond/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"active": 0,
"args": {},
"createdAt": "string",
"crond": {},
"name": "string",
"objectId": "string",
"product": {
"__type": "Pointer",
"className": "Product",
"objectId": "string"
},
"remark": "string",
"task": {},
"tid": 0,
"type": 0,
"typedesc": "string",
"updatedAt": "string",
"visible": 0
}'
{
"objectId": "string",
"updatedAt": "2019-08-24T14:15:22Z"
}