Last active
July 27, 2016 17:30
-
-
Save brandoncordell/c9487fd6a67264f1bd639ca2f26382ae to your computer and use it in GitHub Desktop.
Posting Data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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