Caden4357/lab-agile-planning

Need the ability to update a counter to a new value.

Opened this issue · 0 comments

As a system admin
I need the ability to update a counter
so that I can set the counter to a new value of my choice

Details and Assumptions

  • Use a PUT request to '/api/counter/{name}/update'
  • Send new value in formData type object

Acceptance Criteria

Given an admin wants to change a counter value
When admin enters new value and clicks submit 
Then it asks to confirm and updates that counter to the value entered by admin