In this video we add a controller endpoint to facilitate putting (updating) a room object to our service and have the changes persist to our postgres data store.
We talk about RESTful best practices for puts, the correct HTTP status code for put requests, JSON, and use Postman to send requests to our service.
The work done in this video is on the "putting" branch of:
https://github.com/ThatCodingGuyHayes...