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
I primarily use the canvasapi to build a new course or to update the content in modules of an existing course.
Before July of 2023, if I used the code module.create_module_item(module_item = {"title" : new_name, "type" : "File", "content_id" : remote_id, })
on a nonempty module, the canvasapi package would create a new module item and insert it at the bottom of the module. However, this code now seems to place the item at the top of the module.
I get the feeling that something might have changed on the server side. Has anyone else seen this behavior?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I primarily use the canvasapi to build a new course or to update the content in modules of an existing course.
Before July of 2023, if I used the code
module.create_module_item(module_item = {"title" : new_name, "type" : "File", "content_id" : remote_id, })
on a nonempty module, the canvasapi package would create a new module item and insert it at the bottom of the module. However, this code now seems to place the item at the top of the module.
I get the feeling that something might have changed on the server side. Has anyone else seen this behavior?
Beta Was this translation helpful? Give feedback.
All reactions