ShirishGaikwad / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

User Story Title: Update an Account in the Service #4

Closed ShirishGaikwad closed 1 month ago

ShirishGaikwad commented 1 month ago

As a user, I want to update the details of an existing account, So that I can modify customer information as needed.

Acceptance Criteria:

Implement an API endpoint to update account details. Validate input data and apply updates to the correct account. Handle cases where the account does not exist. Write unit tests to ensure the update functionality works correctly.