-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As a User
I need the ability to update a counter to a new value
So that I can correct any mistakes or adjust the count as necessary
Details and Assumptions
- There should be an endpoint to update the value of a specific counter.
- The new value should be a valid integer.
- Only authorized users should be able to update counter values.
Acceptance Criteria
Given I have a counter with a value of 3
When I make a call to update the counter value to 10
Then the counter value should be set to 10 and subsequent calls to get the counter value should return 10.Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request