Skip to content

Instantly share code, notes, and snippets.

@brandoncordell
Last active July 27, 2016 17:30
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 brandoncordell/c9487fd6a67264f1bd639ca2f26382ae to your computer and use it in GitHub Desktop.
Save brandoncordell/c9487fd6a67264f1bd639ca2f26382ae to your computer and use it in GitHub Desktop.
Posting Data
POST /filed_documents HTTP/1.1
Content-Type: application/vnd.api+json
Accept: application/vnd.api+json
{
"data": {
"type": "filed_documents",
"attributes": {
"admin_id": 1,
"cat_1": 0,
"cat_2": 0,
"cat_3": 0,
"user_id": 100
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment