{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"createdAt": "string",
"data": {},
"level": 0,
"name": "string",
"objectId": "string",
"order": 0,
"parent": {
"__type": "Pointer",
"className": "Category",
"objectId": "string"
},
"updatedAt": "string"
}
curl --location --request PUT 'https://prod.iotn2n.com/iotapi/classes/Category/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"createdAt": "string",
"data": {},
"level": 0,
"name": "string",
"objectId": "string",
"order": 0,
"parent": {
"__type": "Pointer",
"className": "Category",
"objectId": "string"
},
"updatedAt": "string"
}'
{
"objectId": "string",
"updatedAt": "2019-08-24T14:15:22Z"
}