Skip to content

Commit ee8d4a5

Browse files
Merge pull request #172 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents ac7061d + 28c97b4 commit ee8d4a5

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

api.yaml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35471,6 +35471,8 @@ components:
3547135471
- performLivenessVerification
3547235472
- recommendBackingWalletRouting
3547335473
- getManualTrustReview
35474+
- getManualSupportReview
35475+
- getVideoApprovalFromSupport
3547435476
Actions:
3547535477
type: object
3547635478
description: |
@@ -36636,14 +36638,8 @@ components:
3663636638
type: string
3663736639
enum:
3663836640
- advancedWhitelist
36639-
- allTx
3664036641
- coinAddressWhitelist
3664136642
- coinAddressBlacklist
36642-
- trustUsdVelocityLimit
36643-
- txUsdThreshold
36644-
- usdVelocityLimit
36645-
- velocityLimit
36646-
- webhook
3664736643
ApprovalAction:
3664836644
title: ApprovalAction
3664936645
type: string
@@ -49623,6 +49619,8 @@ components:
4962349619
- pendingIdVerification
4962449620
- pendingLivenessVerification
4962549621
- pendingManualTrustReview
49622+
- pendingManualSupportReview
49623+
- pendingVideoApprovalFromSupport
4962649624
PendingApprovalStatePending1:
4962749625
title: Pending
4962849626
type: string
@@ -52950,7 +52948,15 @@ components:
5295052948
description: The txRequestId of a transaction request on the specified wallet. This must be provided if the webhook is of type `txRequest` or `txRequestTransaction`.
5295152949
required:
5295252950
- txRequestId
52953-
- title: Use dummy data
52951+
- title: Transaction hash
52952+
type: object
52953+
properties:
52954+
txHash:
52955+
type: string
52956+
description: The txHash of a specific transaction for the specified coin. This must be provided if the webhook is of type `transaction` or `transaction_finality_on_l1`.
52957+
required:
52958+
- txHash
52959+
- title: Use placeholder data
5295452960
type: object
5295552961
properties:
5295652962
usePlaceholderData:
@@ -58041,8 +58047,6 @@ components:
5804158047
type: string
5804258048
format: date-time
5804358049
title: ISO Date String
58044-
passwordChangeEmailSent:
58045-
type: boolean
5804658050
required:
5804758051
- agreements
5804858052
- allowedCoins

0 commit comments

Comments
 (0)