Created
August 31, 2015 23:45
-
-
Save boomtrain-support/e6e50cf0266f161b90b0 to your computer and use it in GitHub Desktop.
PUT /resources/:model/:id - Response details after creating the Resource by model type by ID
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