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