Open Hoperrs opened 1 month ago
As a user, I need the ability to update a counter to a new value, So that I can correct any errors or adjust the count when needed.
Given the counter has a value of 10 When I make a call to update the counter value to 15 Then the counter should return 15 as the updated value
As a user, I need the ability to update a counter to a new value, So that I can correct any errors or adjust the count when needed.
Details and Assumptions
Acceptance Criteria