-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As a System Administrator
I need the ability to reset the counter
So that I can redo counting from the start
Details and Assumptions
- There should be an endpoint to reset a specific counter.
- Only authorized users (e.g., administrators) should be able to reset counters.
- Resetting a counter should set its value to zero.
Acceptance Criteria
Given I have a counter with a value of 5
When I make a call to reset the counter
Then the counter value should be set to 0 and subsequent calls to get the counter value should return 0.Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request