Skip to content

Instantly share code, notes, and snippets.

@ksummerlin
Created July 3, 2014 03:53
Show Gist options
  • Save ksummerlin/43a94c84f2f4bf0acd47 to your computer and use it in GitHub Desktop.
Save ksummerlin/43a94c84f2f4bf0acd47 to your computer and use it in GitHub Desktop.
A PATCH request for an order.
//PATCH /admin/orders/#{id}.json
{
"order": {
"id": 450789469,
"email": "new_email@example.com"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment