Skip to content
Open
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
32 changes: 26 additions & 6 deletions mintlify/openapi.yaml

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

32 changes: 26 additions & 6 deletions openapi.yaml

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

9 changes: 5 additions & 4 deletions openapi/components/schemas/cards/Card.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ properties:
minimum: 1
- type: 'null'
description: >-
Largest amount a single card transaction may authorize, in the smallest
unit of the card's `currency`. Null means the card has no
application-enforced per-transaction limit. A transaction for exactly
this amount is allowed.
Card-specific cap on a single transaction, in the smallest unit of the
card's `currency`. Null means the card has no card-specific cap. When the
platform config also supplies `cardConfigs.maxSpendPerTransaction`, Grid
enforces the lower of the two values without replacing this configured
value. A transaction for exactly the effective limit is allowed.
example: 5000
currency:
type: string
Expand Down
Loading
Loading