I don't want to fill them with useless text, since the question is very clear. In college they taught me to use the verb Patch to make modifications and on the internet I see that Put is generally used. I would like someone to explain to me the difference between the two.
Cheers!
It's simple, PUT is complete replacement of the entity, PATCH only part of it
Here some definitions:
PUT is defined in Section 9.6 RFC 2616:
PATCH is defined in RFC 5789:
I share these references that will be very useful:
PATCH & PUT
PUT vs. PATCH