{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"app": {
"__type": "Pointer",
"className": "App",
"objectId": "string"
},
"appname": "string",
"core": "string",
"createdAt": "string",
"customer_name": "string",
"detail": {},
"disk": "string",
"is_online": true,
"key": "string",
"license": "string",
"mac": "string",
"objectId": "string",
"private_ip": "string",
"product": {},
"public_ip": "string",
"software": "string",
"status": "string",
"type": "string",
"updatedAt": "string"
}
curl --location --request PUT 'https://prod.iotn2n.com/iotapi/classes/License/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"app": {
"__type": "Pointer",
"className": "App",
"objectId": "string"
},
"appname": "string",
"core": "string",
"createdAt": "string",
"customer_name": "string",
"detail": {},
"disk": "string",
"is_online": true,
"key": "string",
"license": "string",
"mac": "string",
"objectId": "string",
"private_ip": "string",
"product": {},
"public_ip": "string",
"software": "string",
"status": "string",
"type": "string",
"updatedAt": "string"
}'
{
"objectId": "string",
"updatedAt": "2019-08-24T14:15:22Z"
}