Last updated 2 years ago
Use plural: posts not post
posts
post
Updating PUT or PATCH is user preference
PUT
PATCH
PUT operations send all the data over again and patch it in the database
PATCH operations send only the data that has to be adjusted and the backend should know how to do this