Outline

PUT Review

Nice job on learning about PUT and implementing it in your own application. PUT is what allows us to update existing items in our database. This fulfils the Update portion of CRUD.

Next up, we will be implenting our last Http method DELETE.