Skip to content

Instantly share code, notes, and snippets.

@funkyboy
Created September 18, 2014 13:20
Show Gist options
  • Select an option

  • Save funkyboy/56db55fd7c4f3a3ec5e6 to your computer and use it in GitHub Desktop.

Select an option

Save funkyboy/56db55fd7c4f3a3ec5e6 to your computer and use it in GitHub Desktop.
BaasBox.updateField("123-456", "posts", "title", "new title")
.done(function(res) {
console.log("res ", res);
})
.fail(function(error) {
console.log("error ", error);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment