Create Three Symfony Back Ends - Part #24 - PUT to update in FOSRESTBundle

345 views Feb 14, 2023

At this point we can add new Albums, get an individual Album, and also get a full list of Albums. It would be super nice if we could update existing albums. Let's get right on to that now. In this video we will cover how to use PUT. A PUT request expects us to provide a full representation of our Album, with any field changes replacing existing data of the same field.