What is the curl for blueprint associations using the course SIS ID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2019
02:15 PM
We are working on the curl script to associate and un-associate courses with a blueprint course. We have been successful using the Canvas course ID but prefer to use our own configuration of the course SIS_ID. Below is a snip of what we have and it states success on push however the association/un-association appear not be be affected. Does anyone have any thoughts or ideas?
curl https://url.instructure.com/api/v1/courses/sis_course_id:BP_ACCT101/blueprint_templates/default/upda... -X PUT -H 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXX' -d 'course_ids_to_remove[]=sis_course_id:40001.201840.1'
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.