Skip to content

Commit

Permalink
Merge pull request #45 from formancehq/fix/openapi
Browse files Browse the repository at this point in the history
fix(openapi): fix missing data in summary response
  • Loading branch information
paul-nicolas authored Jan 23, 2025
2 parents 8480402 + c074bf5 commit 4a3972a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,13 @@ components:
properties:
data:
$ref: '#/components/schemas/WalletWithBalances'
GetWalletSummaryResponse:
type: object
required:
- data
properties:
data:
$ref: '#/components/schemas/WalletSummary'
DebitWalletResponse:
type: object
required:
Expand Down Expand Up @@ -1090,7 +1097,7 @@ components:
allOf:
- $ref: '#/components/schemas/Balance'
- $ref: '#/components/schemas/AssetHolder'
GetWalletSummaryResponse:
WalletSummary:
type: object
required:
- balances
Expand Down

0 comments on commit 4a3972a

Please sign in to comment.