Is your feature request related to a problem? Please describe.
We will need some endpoints that let us make changes to more than one units and lessons at the same time. For example, if we were to re-order the lessons for a specific unit.
Describe the solution you'd like
Let's assume that this is a batch endpoint for making changes to all of the units for a specific _course_id.
The input for this endpoint should be a list of units, where a single unit should be in the following format:
Is your feature request related to a problem? Please describe.
We will need some endpoints that let us make changes to more than one units and lessons at the same time. For example, if we were to re-order the lessons for a specific unit.
Describe the solution you'd like
Let's assume that this is a batch endpoint for making changes to all of the units for a specific
_course_id
. The input for this endpoint should be a list of units, where a single unit should be in the following format:Once we get the input, we should do the following:
Resources