uoa-compsci399-s1-2024 / capstone-project-2024-s1-team-15

Team Bit by Bit - Team 15
https://www.aapc-nz.org
4 stars 0 forks source link

Backend: Current `PUT` endpoints should really be `PATCH` #288

Open HuzzNZ opened 5 months ago

HuzzNZ commented 5 months ago

In our backend, the PUT endpoints really describe the functionalities of a PATCH endpoint, as it takes in partial data and patches the fields on the full objects.

This change is trivial, but requires frontend change as well as backend change.