I have two course offerings with three sections in each and I want to move all sections under one course.
I tried removing the parent relationship with CourseB from Sec4,5,6 and adding CourseA as their parent.
DELETE /orgstructure/Sec4/parent/CourseB
POST /orgstructure/Sec4/parent/ {CourseA}
When I do this, then call GET /orgstructure/CourseA/children/ all 6 of the sections show up. GET /orgstructure/CourseB/children/ returns 0.
However, in the LMS the three sections still show under their original parent orgs.
What am I missing?