Arthur-sauvage / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

Update an account in the service #3

Closed Arthur-sauvage closed 4 months ago

Arthur-sauvage commented 4 months ago

As a service consumer I need to be able to update an account in the service So that I can modify account details as needed

Details and Assumptions The account exists in the service database. Proper checks are in place to validate the data provided for the update.

Acceptance Criteria : Given I am authorized and the account exists When I submit updated details for the account Then the account details should be updated in the service database