-
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 Admin]
I need [To be able to reset the counter]
So that [In order to clear counter and begin new count from zero for a specific page]
Details and Assumptions
- Use the action POST / counter / {name} / reset
- Counter will be stored as name value pair
Acceptance Criteria
Given [the counter has advanced to 5]
When [I call reset on the service]
And [I request the current counter]
Then [the I should see 0 return from the service]Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request