Skip to content

Instantly share code, notes, and snippets.

@dmcassel
Last active September 14, 2015 15:36
Show Gist options
  • Save dmcassel/d21f093bf8eb8fe3dffd to your computer and use it in GitHub Desktop.
Save dmcassel/d21f093bf8eb8fe3dffd to your computer and use it in GitHub Desktop.
declareUpdate();
var user = {
"name": "Dave Cassel"
};
xdmp.documentInsert(
'/dave-cassel.json',
user,
xdmp.defaultPermissions(),
["fake data"]
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment