Greetings,
When adding a developer key to Canvas, 'Paste JSON' is an option. I've worked with several vendors who use this option.
Knowing nuggets about the JSON syntax has been helpful, for example knowing that adding
"Default": "disabled",
to the course navigation placement allows instructors to choose if the tool is in their course navigation.
"placements": [
{
"text": "Panorama",
"Default": "disabled",
"placement": "course_navigation",
"message_type": "LtiResourceLinkRequest",
"target_link_uri": "https://panorama-api.yuja.com/lti/lti-app-1.3-entry"
}
Where is the rest of the 'Paste JSON' for developer keys described? I cannot find this documentation and links would be appreciated.
Thank you