Skip to content

Commit e5d2b3e

Browse files
Merge pull request #116 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents 2fc22e1 + a23a073 commit e5d2b3e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

api.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38633,6 +38633,11 @@ components:
3863338633
description: The commitment share.
3863438634
required:
3863538635
- commitmentShare
38636+
ExpectedTransfersOutput:
38637+
title: ExpectedTransfersOutput
38638+
type: object
38639+
additionalProperties:
38640+
type: string
3863638641
ExpressAccelerateTxRequest:
3863738642
type: object
3863838643
properties:
@@ -52731,7 +52736,6 @@ components:
5273152736
- Frankfurt DE Trust
5273252737
- BitGo Singapore
5273352738
- BitGo Korea
52734-
- BitGo Mena Fze
5273552739
- BitGo Custody MENA FZE
5273652740
- BitGo Sister Trust 1
5273752741
TrustedTokenState:
@@ -54413,6 +54417,8 @@ components:
5441354417
reason:
5441454418
type: string
5441554419
minLength: 1
54420+
expectedTransfers:
54421+
$ref: '#/components/schemas/ExpectedTransfersOutput'
5441654422
retracted:
5441754423
type: boolean
5441854424
retractedBy:
@@ -54435,7 +54441,7 @@ components:
5443554441
- connectionId
5443654442
- disputedSettlementId
5443754443
- userId
54438-
- reason
54444+
- expectedTransfers
5443954445
- retracted
5444054446
V1DisputesWithClosureOutput:
5444154447
title: V1DisputesWithClosureOutput

0 commit comments

Comments
 (0)