With regards to PUT /d2l/api/lp/1.4/(orgUnitId)/sections/
{
"EnrollmentStyle": <number:SECTENROLL_T>,
"EnrollmentQuantity": <number>,
"AutoEnroll": <boolean>,
"RandomizeEnrollments": <boolean>
}
How do I tell it NOT to make any sections? I tried zero which doesn't break the call but subsequent calls to POST /d2l/api/lp/1/4/(orgUnitId)/sections/ fail with a 404 error. I'd prefer not two make hundreds of useless sections please........ Someone REALLY needs to redo these section creation calls.