Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save boomtrain-support/e6e50cf0266f161b90b0 to your computer and use it in GitHub Desktop.
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
{
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