Last active
August 31, 2015 23:10
-
-
Save boomtrain-support/c2c1771a3bf598f89601 to your computer and use it in GitHub Desktop.
POST /resources/:model/ - Response details after creating the Resource by model type
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
| { | |
| id: "{Resource ID}", | |
| model: "{Model Type}", | |
| props: { | |
| url: "{The Canonical URL}", | |
| thumbnail: "{URL to the Hosted Image File}", | |
| title: "{Title of the Resource}", | |
| ... | |
| }, | |
| updatedAt: "{ISO Formatted Timestamp}" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment