Story
As a user:
I would like to edit existing knapsack data
GIVEN an existing knapsack ID
WHEN I hit the knapsack PUT route along with modified data
THEN existing knapsack data should be modified in the database
Acceptance Criteria
- The knapsack PUT route must be demonstrated as working as planned
Story
As a user:
I would like to edit existing knapsack data
GIVEN an existing knapsack ID
WHEN I hit the knapsack PUT route along with modified data
THEN existing knapsack data should be modified in the database
Acceptance Criteria