Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions mintlify/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions openapi/components/schemas/common/BaseWalletInfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ required:
- address
properties:
accountType:
type: string
const: BASE_WALLET
example: BASE_WALLET
address:
Expand Down
1 change: 1 addition & 0 deletions openapi/components/schemas/common/ClabeAccountInfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ required:
- clabeNumber
properties:
accountType:
type: string
const: CLABE
example: CLABE
clabeNumber:
Expand Down
1 change: 1 addition & 0 deletions openapi/components/schemas/common/FboAccountInfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ required:
- currencyCode
properties:
accountType:
type: string
const: FBO
example: FBO
currencyCode:
Expand Down
1 change: 1 addition & 0 deletions openapi/components/schemas/common/IbanAccountInfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ required:
- swiftBic
properties:
accountType:
type: string
const: IBAN
example: IBAN
iban:
Expand Down
Loading