How to move section(s) to a different course offering? Valence

Options

I have two course offerings with three sections in each and I want to move all sections under one course.

  • CourseA
    • Sec1, Sec2, Sec3
  • CourseB
    • Sec4, Sec5, Sec6

 

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?