Skip to content

Commit d3b6634

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent d533b98 commit d3b6634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38770,8 +38770,8 @@ components:
3877038770
properties:
3877138771
amount:
3877238772
allOf:
38773-
- $ref: '#/components/schemas/IntegerOrIntegerString'
38774-
description: String representation of the amount to send in base units (satoshis/litoshis/zatoshis/duffs). For doge, only string is allowed.
38773+
- $ref: '#/components/schemas/RecipientAmount'
38774+
description: String representation of the amount to send in base units (satoshis/litoshis/zatoshis/duffs). For doge, only string is allowed. Passing in 'max' will send the recipient the maximum amount available, minus fees and amounts for other recipients. Only a single recipient with a 'max' amount is allowed.
3877538775
address:
3877638776
allOf:
3877738777
- $ref: '#/components/schemas/AddressString3'

0 commit comments

Comments
 (0)