oscarhidalgosica / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

Update an account in the service #3

Closed oscarhidalgosica closed 4 months ago

oscarhidalgosica commented 4 months ago

Update an Account in the Service As a customer service agent I need an API endpoint to update existing account information So that I can keep customer data current and accurate Details and Assumptions

Only non-sensitive data such as address and name can be updated. Acceptance Criteria Given valid account details and an account ID When I submit an update request via the API Then the account should be updated in the database