PetJournal / petjournal.api

API of the Pet Journal platform that helps you take care of your pet.
MIT License
15 stars 6 forks source link

Feature/update pet #58

Closed andersonnaz closed 3 months ago

andersonnaz commented 3 months ago

create a update pet use case create a loadById and update methods in petRepository create a updatePet Controller create a update route with verb HTTP PUT update the doc with new route create tests for all of that features.