Skip to content

Instantly share code, notes, and snippets.

@ksummerlin
Last active August 29, 2015 14:03
Show Gist options
  • Save ksummerlin/348d2d854859f9d21735 to your computer and use it in GitHub Desktop.
Save ksummerlin/348d2d854859f9d21735 to your computer and use it in GitHub Desktop.
A potential solution to partially update a specific attribute of a resource.
//PUT /admin/orders/#{id}/email
{
"email": "new_email@example.com"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment