As a System Administrator
I need to be able to update a counter value manually
So that to correct for potential wrong counts
Details and Assumptions
- Use post command with counter ID and update command that includes the new counter value
- Check access rights to make sure only SysAdmins can execute this command
Acceptance Criteria
Given a SysAdmin sends this command with a value of 6
When the counter value is read
Then the returned value for the counter is 6