Skip to content

Instantly share code, notes, and snippets.

@cleg
Last active December 11, 2015 02:28
Show Gist options
  • Save cleg/4530624 to your computer and use it in GitHub Desktop.
Save cleg/4530624 to your computer and use it in GitHub Desktop.
Right and wrong Nimble API request
{
"fields": {
"last name": [{
"value": "jack",
"modifier": ""
}],
"first name": [{
"value": "Jsssack",
"modifier": ""
}]
},
"type": "person"
}
{
"fields": {
"last name": {
"value": "jack",
"modifier": ""
},
"first name": {
"value": "Jsssack",
"modifier": ""
}
},
"type": "person"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment