Hi @jwadec
Thank you for your post on enabling Zoom in navigation by default. Rather than re-installing the Zoom LTI and applying Option 1, we are trying to display Zoom in all courses using an API call.
I tried this command using Terminal for macOS replacing toolid and accesstoken with the actual values.
curl -X PUT "https://enc.instructure.com/api/v1/accounts/1/external_tools/toolid" -H "Authorization: Bearer accesstoken" -F "course_navigation[default]=enabled”
and the command appeared to have worked with this string as part of the result
"course_navigation":{"default":"enabled",
However, it appeared to have no effect. That is Zoom is not automatically enabled in navigation. Have you are anyone else tried an API call to put Zoom in the menu bar for all courses?
Thank you, Joe
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.