MLH-Fellowship / orientation-project-python-24.FAL.A

Orientation Project (Python for 24.FAL.A)
0 stars 9 forks source link

Implemented PUT route for skills and added corresponding test #43

Closed nfallah closed 8 hours ago

nfallah commented 3 days ago

This pull request closes issue #6. It allows users to edit specific skills via the 'id' query parameter; values outside the valid range will return a generic error, as will inputs that do not conform to the JSON format for a skill. A corresponding test has been added to show that the returned JSON indeed matches the user-requested JSON.

nfallah commented 3 days ago

@Pradyuman7

nfallah commented 9 hours ago

@Pradyuman7 I have updated the error messages and also attempted to fix any incoming merge conflicts; I had some troubles in this aspect and had to push a revert commit. Nonetheless, does everything now look good?