{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"Icon": "string",
"category": "string",
"createdAt": "string",
"data": "string",
"desc": "string",
"ico": "string",
"name": "string",
"objectId": "string",
"order": 0,
"orderBy": 0,
"parent": {
"__type": "Pointer",
"className": "Article",
"objectId": "string"
},
"projectId": "string",
"timestamp": "string",
"type": "string",
"updatedAt": "string"
}
curl --location --request PUT 'https://prod.iotn2n.com/iotapi/amis/Article/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"Icon": "string",
"category": "string",
"createdAt": "string",
"data": "string",
"desc": "string",
"ico": "string",
"name": "string",
"objectId": "string",
"order": 0,
"orderBy": 0,
"parent": {
"__type": "Pointer",
"className": "Article",
"objectId": "string"
},
"projectId": "string",
"timestamp": "string",
"type": "string",
"updatedAt": "string"
}'
{
"objectId": "string",
"updatedAt": "2019-08-24T14:15:22Z"
}