Hoperrs / Actividades-CC3S2

0 stars 0 forks source link

Need the ability to update a counter to a new value #7

Open Hoperrs opened 1 month ago

Hoperrs commented 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.

Details and Assumptions

Acceptance Criteria

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