Put Requests in Mongoose
Within Mongoose, it seems like when I make a put request, I only need to specify the property to update, and the resulting JSON will contain the original properties with only the targeted property changed. In other words, I do not need to specify the whole object to update. This is convenient. And also the desired behavior. I wonder if this is true across all put requests.