Open HuzzNZ opened 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.
PUT
PATCH
This change is trivial, but requires frontend change as well as backend change.
In our backend, the
PUT
endpoints really describe the functionalities of aPATCH
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.