Skip to content

Commit 32a1e4a

Browse files
committed
allow umaaasVariableFeeRate to be 0
1 parent 4a4c2f3 commit 32a1e4a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

mintlify/openapi.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi/components/schemas/transactions/IncomingRateDetails.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ properties:
2828
description: >-
2929
The variable fee rate charged by the UMAaaS product to execute the quote
3030
as a percentage of the receiving currency amount.
31-
exclusiveMinimum: 0
31+
minimum: 0
3232
example: 0.003
3333
umaaasVariableFeeAmount:
3434
type: number

openapi/components/schemas/transactions/OutgoingRateDetails.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ properties:
4646
description: >-
4747
The variable fee rate charged by the UMAaaS product to execute the quote
4848
as a percentage of the sending currency amount.
49-
exclusiveMinimum: 0
49+
minimum: 0
5050
example: 0.003
5151
umaaasVariableFeeAmount:
5252
type: number

0 commit comments

Comments
 (0)