Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[account] GET /accounts/:msaId response OpenApi document should define the response payload #303

Closed
2 tasks
JoeCap08055 opened this issue Jul 26, 2024 · 1 comment
Assignees
Labels
account-service enhancement New feature or request

Comments

@JoeCap08055
Copy link
Contributor

Description

As a developer/user, I want to be able to understand the structure of the expected response. Currently, the GET /accounts/:msaId endpoint only defines the handle property as type object, without any details of the structure of the object.

Acceptance Criteria

  • handle property is properly defined in the OpenAPI document (swagger.json) (This may entail adding details to the decorators in the code)
  • All endpoints reviewed for proper definition of all payloads, and similar updates made if necessary
@JoeCap08055
Copy link
Contributor Author

Fixed in #312

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
account-service enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants