Skip to content

Instantly share code, notes, and snippets.

@johndowns
Created January 21, 2018 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johndowns/c13ab3dfda694ee6dcb8c6736943adc0 to your computer and use it in GitHub Desktop.
Save johndowns/c13ab3dfda694ee6dcb8c6736943adc0 to your computer and use it in GitHub Desktop.
var document = request.getBody();
// cast the document to the relevant type if needed
document.extraProperty = "value";
request.setBody(document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment