Skip to content

Instantly share code, notes, and snippets.

@localredhead
Created March 31, 2015 03:15
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 localredhead/8efe3256215f9f5858d0 to your computer and use it in GitHub Desktop.
Save localredhead/8efe3256215f9f5858d0 to your computer and use it in GitHub Desktop.
Restclient file
## address bug
:var = GQh6z916qptswjtTd4KV
PUT http://client.archer.dev/svc/user/addresses/xxxxx
HTTP_AUTHORIZATION: :var
Content-Type: application/json
{
"address": {
"address": {
"address1": "1801 East St.",
"address2": "",
"city": "Somwhere",
"name": "",
"state_abrv": "CA",
"zip_code": "94131"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment