generated from ibm-developer-skills-network/aolwx-devops-capstone-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
As a client application
I need to retrieve account details by ID
So that I can display account information to the user
Details and Assumptions
* Each account has a unique identifier
* The service must return accurate and complete account information
* The API endpoint must handle invalid or non-existent IDs gracefully
Acceptance Criteria
gherkin
Given a valid account ID
When I send a GET request to the service
Then I receive the full account details for that ID
Given an invalid or non-existent ID
When I send a GET request to the service
Then I receive a 404 Not Found error
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request