Edit Section ID API Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I need to update the section SIS ID, section start date, and section end date for a lot of courses in a term. I've tried the PUT request in the live API to edit a section and it worked. The course section was updated. I'm using Postman now to make the edits to many sections using the PUT request, body, and runner with the provisioning report and I'm getting an error. I tried troubleshooting with just one section (screenshot below) and I did get a 200 status, but the course information did not update, and I'm seeing "null" for the start and end date, and the sis_section_id.
In the body for line six, I tried just "sis_section_id" and it didn't work either. Could someone take a look and determine what is causing the course section not to update? Thank you!