Skip to content

Instantly share code, notes, and snippets.

@laser
Last active August 29, 2015 14:00
Show Gist options
  • Save laser/a39fb5e9f6c5c0a9076d to your computer and use it in GitHub Desktop.
Save laser/a39fb5e9f6c5c0a9076d to your computer and use it in GitHub Desktop.
An Unsuccessful POST to Contact Service
curl -X POST \
-H "Content-Type: application/json" \
-d '{"full_name": "Erin S-H", "age": 32, "importance_level": 100, "alias": "laser"}' \
http://example.com/api/v1/contacts.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment