Skip to content

Need the ability to update a counter to a new value #7

@SushC-OSU

Description

@SushC-OSU

As a User
I need the ability to update a counter to a new value
So that I can correct any mistakes or adjust the count as necessary

Details and Assumptions

  • There should be an endpoint to update the value of a specific counter.
  • The new value should be a valid integer.
  • Only authorized users should be able to update counter values.

Acceptance Criteria

Given I have a counter with a value of 3
When I make a call to update the counter value to 10
Then the counter value should be set to 10 and subsequent calls to get the counter value should return 10.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions