From d3b6634b4619db1a2df455da95d356c646c20571 Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:10:51 +0000 Subject: [PATCH] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api.yaml b/api.yaml index d24c46f..a56750d 100644 --- a/api.yaml +++ b/api.yaml @@ -38770,8 +38770,8 @@ components: properties: amount: allOf: - - $ref: '#/components/schemas/IntegerOrIntegerString' - description: String representation of the amount to send in base units (satoshis/litoshis/zatoshis/duffs). For doge, only string is allowed. + - $ref: '#/components/schemas/RecipientAmount' + 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. address: allOf: - $ref: '#/components/schemas/AddressString3'