Skip to content

Commit 39b89dc

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent d221014 commit 39b89dc

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

api.yaml

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23071,6 +23071,21 @@ paths:
2307123071
tags:
2307223072
- Transaction request
2307323073
parameters:
23074+
- name: walletTypes
23075+
description: If present, filters transaction requests by the specified wallet types
23076+
in: query
23077+
schema:
23078+
type: array
23079+
items:
23080+
type: string
23081+
enum:
23082+
- backing
23083+
- cold
23084+
- custodial
23085+
- custodialPaired
23086+
- hot
23087+
- trading
23088+
description: If present, filters transaction requests by the specified wallet types
2307423089
- name: states
2307523090
description: If present, filters transaction requests by state
2307623091
in: query
@@ -25366,10 +25381,6 @@ paths:
2536625381
- share
2536725382
- to
2536825383
description: The array of signature shares without VSS proof
25369-
signerGpgPublicKey:
25370-
type: string
25371-
description: The GPG public key of the signer
25372-
minLength: 1
2537325384
signerShare:
2537425385
type: string
2537525386
description: The share of the signer
@@ -25380,7 +25391,6 @@ paths:
2538025391
description: The type of the request body
2538125392
required:
2538225393
- signatureShares
25383-
- signerGpgPublicKey
2538425394
- type
2538525395
responses:
2538625396
'200':
@@ -29049,6 +29059,10 @@ components:
2904929059
allOf:
2905029060
- $ref: '#/components/schemas/EnterpriseContract'
2905129061
description: Contract information
29062+
referralCode:
29063+
allOf:
29064+
- $ref: '#/components/schemas/ReferralCodeString'
29065+
description: Referral code
2905229066
required:
2905329067
- id
2905429068
- name
@@ -31540,6 +31554,10 @@ components:
3154031554
type: string
3154131555
example: 59cd72485007a239fb00282ed480da1f
3154231556
pattern: ^[0-9a-f]{32}$
31557+
ReferralCodeString:
31558+
title: ReferralCodeString
31559+
type: string
31560+
description: An Enterprise Referral Code
3154331561
AggregatorSourceType:
3154431562
title: AggregatorSourceType
3154531563
type: string

0 commit comments

Comments
 (0)