Update Method
Overview
ce('update', { name: 'Jeff', age: 59 });Use Cases
A user changes their address information
var attributes = {
"address": "Bertha-Benz-Strasse 5",
"postCode": "10557",
"city": "Berlin",
"country": "Germany"};
ce('update', attributes);A user signs up using their personal information
Last updated