polyflix / catalog

The source code of the catalog microservice.
0 stars 0 forks source link

docs: add userId property on course and page entities, add id property on section #12

Closed jlabatut closed 1 year ago

jlabatut commented 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).

jlabatut commented 1 year ago

Squash this PR when ready