Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created April 16, 2016 22:10
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 abuiles/ab45837aacdf767e6c1380ef67009c6f to your computer and use it in GitHub Desktop.
Save abuiles/ab45837aacdf767e6c1380ef67009c6f to your computer and use it in GitHub Desktop.
curl http://localhost:3000/loans -X POST \
-H 'Content-Type: application/vnd.api+json' \
--data-binary '{"data":{"type": "loans","attributes": {"notes": "Minor issue with the throttle","returned": false},"relationships":{"article": {"data":{"type": "articles", "id": "2"}}}}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment