He already explained that PUT and Patch are the same. The only difference between them is that PUT request expects you to send the whole data while PATCH request only expects the part of the data/resource that you want to update. Moreover, patch request is more complex than put request so you should be able to handle put if you understand patch.
Amazing Series!!! The GOAT of Node JS
great video this is best channel to learn
the best to ever exist
Superb explanation. Thanks so much.
Awesome explanation
❤❤❤
worth the watch!
amazing
we can send data through body in delete request
thank u sir
Hi sir, I'm following ur video, How can we get the code of express section
Please check the description for source code link
@@procademythere is no souce code in description.
Hi sir, I am ur subscriber Why are u not going to do a video on put method
He already explained that PUT and Patch are the same. The only difference between them is that PUT request expects you to send the whole data while PATCH request only expects the part of the data/resource that you want to update.
Moreover, patch request is more complex than put request so you should be able to handle put if you understand patch.