Create a Course pace using API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When I go to create a course pace with the Canvas live api or using my own post request, I get the following error which I am unable to view or resolve.
Live API
{ "errors": [ { "message": "course_pace is missing" } ] }
Post
{'errors': [{'message': 'An error occurred.', 'error_code': 'internal_server_error'}], 'error_report_id': 352935}
The only requirement in the Live API is course_id.
For my post request, I am using the following for the data portion of the post call.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Solved the issue needed to create course_pace_module_items_attributes for modules before the creation of course pace can occur. Currently, working on pulling course module items and creating an array using the standardized attribute :