You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a system administrator I need the ability to reset the counter So that I can redo counting from the start.
Details and Assumptions
counters always start at 0 (eventually configurable)
counters can be reset using POST /service/{client}/reset
Acceptance Criteria
Given I have incremented the counter to 2
When I call the service to reset the counter
And I call the service to get the current value
Then the counter is set to 0
The text was updated successfully, but these errors were encountered:
As a system administrator
I need the ability to reset the counter
So that I can redo counting from the start.
Details and Assumptions
Acceptance Criteria
The text was updated successfully, but these errors were encountered: