From 39b89dcd57c04ecb343250c1e0f6a5c1e574eac5 Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 19:10:19 +0000 Subject: [PATCH] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/api.yaml b/api.yaml index a56750d..283e24d 100644 --- a/api.yaml +++ b/api.yaml @@ -23071,6 +23071,21 @@ paths: tags: - Transaction request parameters: + - name: walletTypes + description: If present, filters transaction requests by the specified wallet types + in: query + schema: + type: array + items: + type: string + enum: + - backing + - cold + - custodial + - custodialPaired + - hot + - trading + description: If present, filters transaction requests by the specified wallet types - name: states description: If present, filters transaction requests by state in: query @@ -25366,10 +25381,6 @@ paths: - share - to description: The array of signature shares without VSS proof - signerGpgPublicKey: - type: string - description: The GPG public key of the signer - minLength: 1 signerShare: type: string description: The share of the signer @@ -25380,7 +25391,6 @@ paths: description: The type of the request body required: - signatureShares - - signerGpgPublicKey - type responses: '200': @@ -29049,6 +29059,10 @@ components: allOf: - $ref: '#/components/schemas/EnterpriseContract' description: Contract information + referralCode: + allOf: + - $ref: '#/components/schemas/ReferralCodeString' + description: Referral code required: - id - name @@ -31540,6 +31554,10 @@ components: type: string example: 59cd72485007a239fb00282ed480da1f pattern: ^[0-9a-f]{32}$ + ReferralCodeString: + title: ReferralCodeString + type: string + description: An Enterprise Referral Code AggregatorSourceType: title: AggregatorSourceType type: string