Closed jlabatut closed 1 year ago
userId property was missing from the course and page entities. This PR adds it. Also, the update route of the course must have an id property for the sections object (only when the section is updated).
userId
id
sections
Squash this PR when ready
userId
property was missing from the course and page entities. This PR adds it. Also, the update route of the course must have anid
property for thesections
object (only when the section is updated).