Open MLHProgram opened 5 months ago
Using a PUT request for the /resume/experience route, update an existing Experience 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/experience
test_pytest.py
Using a
PUT
request for the/resume/experience
route, update an existing Experience using its index position as an ID. As part of this, you should write a test intest_pytest.py
to show it works.