Closed MLHProgram closed 1 month ago
Using a PUT request for the /resume/skill route, update an existing Skill using its index position as an ID. As part of this, you should write a test in test_pytest.py to show it works.
PUT
/resume/skill
test_pytest.py
I would like to work on this issue.
Using a
PUT
request for the/resume/skill
route, update an existing Skill using its index position as an ID. As part of this, you should write a test intest_pytest.py
to show it works.