You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue where Quiz.get_quiz_group incorrectly set course_id to the quiz ID. (Thanks,@hcolclou)
Fixed an issue where Course.create_external_tool didn't accept client_id (LTI 1.3 support).
Fixed an issue where Module.create_module_item didn't (Thanks,@aileenpongnon and @onomou)
Fixed an issue where Page.revert_to_revision would incorrectly always set group_id to the page ID. Now correctly sets group_id or course_id appropriately.
Breaking Changes
Course.create_external_tool no longer supports positional arguments for its required parameters. Use keyword arguments instead.