bentohset / devops-capstone-project

IBM EdX Course
Apache License 2.0
0 stars 0 forks source link

Update an account in the service #3

Open bentohset opened 1 year ago

bentohset commented 1 year ago

As a client I need to update a customer's account So that I can keep accounts up to date accurately

Details and Assumptions

* Account ID exists in the database and is valid
* PostgreSQL database with account details  

Acceptance Criteria

gherkin 
Given an account ID and an updated account
When a row with the account ID is updated with new details
Then it should be updated with up to date details