Skip to content

Commit

Permalink
docs: balance-controller-documentation
Browse files Browse the repository at this point in the history
Another one, the getAllBalance returns a BalanceResponse in the controller. This should be a PaginatedBalanceResponse
  • Loading branch information
SvenMokveldje committed Nov 19, 2024
1 parent bd20de4 commit 7394956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/balance-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default class BalanceController extends BaseController {
* @param {boolean} allowDeleted.query - Whether to include deleted users
* @param {integer} take.query - How many transactions the endpoint should return
* @param {integer} skip.query - How many transactions should be skipped (for pagination)
* @return {Array<BalanceResponse>} 200 - The requested user's balance
* @return {PaginatedBalanceResponse} 200 - The requested user's balance
* @return {string} 400 - Validation error
* @return {string} 500 - Internal server error
*/
Expand Down

0 comments on commit 7394956

Please sign in to comment.