Skip to content

Commit d2a13f1

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent 3bcbdd0 commit d2a13f1

File tree

1 file changed

+41
-6
lines changed

1 file changed

+41
-6
lines changed

api.yaml

Lines changed: 41 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27020,6 +27020,14 @@ paths:
2702027020
items:
2702127021
type: string
2702227022
description: Filter by wallet type
27023+
- name: subType
27024+
description: Filter by wallet sub-type
27025+
in: query
27026+
schema:
27027+
type: array
27028+
items:
27029+
type: string
27030+
description: Filter by wallet sub-type
2702327031
- name: deleted
2702427032
description: Filter by deleted state
2702527033
in: query
@@ -27133,6 +27141,7 @@ paths:
2713327141
- BitGo Singapore
2713427142
- BitGo Korea
2713527143
- BitGo Mena Fze
27144+
- BitGo Custody MENA FZE
2713627145
- BitGo Sister Trust 1
2713727146
responses:
2713827147
'200':
@@ -27237,6 +27246,7 @@ paths:
2723727246
- BitGo Singapore
2723827247
- BitGo Korea
2723927248
- BitGo Mena Fze
27249+
- BitGo Custody MENA FZE
2724027250
- BitGo Sister Trust 1
2724127251
responses:
2724227252
'200':
@@ -30610,10 +30620,10 @@ components:
3061030620
allOf:
3061130621
- $ref: '#/components/schemas/ReferralCodeString'
3061230622
description: Referral code
30613-
oauthProvider:
30623+
oauthSetting:
3061430624
allOf:
30615-
- $ref: '#/components/schemas/OAuthProvider'
30616-
description: Log in Method of the enterprise *
30625+
- $ref: '#/components/schemas/OAuthSetting'
30626+
description: oauth setting of the enterprise *
3061730627
optOutOfPoints:
3061830628
type: boolean
3061930629
description: Opt Out of Points System Flag
@@ -30709,6 +30719,7 @@ components:
3070930719
- BitGo Singapore
3071030720
- BitGo Korea
3071130721
- BitGo Mena Fze
30722+
- BitGo Custody MENA FZE
3071230723
- BitGo Sister Trust 1
3071330724
- BitGo Inc
3071430725
AdditionalEnterpriseInfo:
@@ -31136,9 +31147,9 @@ components:
3113631147
isFallback:
3113731148
type: boolean
3113831149
walletSubtype:
31139-
$ref: '#/components/schemas/WalletSubtype'
31140-
WalletSubtype:
31141-
title: WalletSubtype
31150+
$ref: '#/components/schemas/CustodialWalletSubType'
31151+
CustodialWalletSubType:
31152+
title: CustodialWalletSubType
3114231153
type: string
3114331154
enum:
3114431155
- custodialCold
@@ -34275,6 +34286,23 @@ components:
3427534286
type: string
3427634287
example: 59cd72485007a239fb00282ed480da1f
3427734288
pattern: ^[0-9a-f]{32}$
34289+
OAuthSetting:
34290+
title: OAuthSetting
34291+
type: object
34292+
properties:
34293+
clientId:
34294+
type: string
34295+
clientSecret:
34296+
type: string
34297+
tenantId:
34298+
type: string
34299+
oauthProvider:
34300+
$ref: '#/components/schemas/OAuthProvider'
34301+
required:
34302+
- clientId
34303+
- clientSecret
34304+
- tenantId
34305+
- oauthProvider
3427834306
OAuthProvider:
3427934307
title: OAuthProvider
3428034308
type: string
@@ -47791,6 +47819,7 @@ components:
4779147819
- BitGo Singapore
4779247820
- BitGo Korea
4779347821
- BitGo Mena Fze
47822+
- BitGo Custody MENA FZE
4779447823
- BitGo Sister Trust 1
4779547824
- BitGo Inc
4779647825
entries:
@@ -48384,6 +48413,7 @@ components:
4838448413
- BitGo Singapore
4838548414
- BitGo Korea
4838648415
- BitGo Mena Fze
48416+
- BitGo Custody MENA FZE
4838748417
- BitGo Sister Trust 1
4838848418
- BitGo Inc
4838948419
entries:
@@ -48896,6 +48926,7 @@ components:
4889648926
- BitGo Singapore
4889748927
- BitGo Korea
4889848928
- BitGo Mena Fze
48929+
- BitGo Custody MENA FZE
4889948930
- BitGo Sister Trust 1
4890048931
- BitGo Inc
4890148932
coin:
@@ -50187,6 +50218,10 @@ components:
5018750218
type: boolean
5018850219
description: '"true" if this key is owned by BitGo'
5018950220
example: false
50221+
isTrust:
50222+
type: boolean
50223+
description: '"true" if this key is owned by Trust'
50224+
example: false
5019050225
encryptedPrv:
5019150226
type: string
5019250227
description: The encrypted private key

0 commit comments

Comments
 (0)