Skip to content

Commit f74742c

Browse files
authored
Merge pull request #21 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents c48d884 + 30bad0b commit f74742c

File tree

1 file changed

+10
-75
lines changed

1 file changed

+10
-75
lines changed

api.yaml

Lines changed: 10 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -29476,6 +29476,8 @@ components:
2947629476
minLength: 1
2947729477
livenessCheckUser:
2947829478
$ref: '#/components/schemas/LivenessVerificationParameter'
29479+
isFallback:
29480+
type: boolean
2947929481
LivenessVerificationParameter:
2948029482
title: LivenessVerificationParameter
2948129483
type: string
@@ -30232,9 +30234,7 @@ components:
3023230234
- $ref: '#/components/schemas/CoreDaoDelegateIntent'
3023330235
- $ref: '#/components/schemas/CoreDaoUndelegateIntent'
3023430236
- $ref: '#/components/schemas/CoreDaoClaimIntent'
30235-
- $ref: '#/components/schemas/EthLikeDelegateIntent'
30236-
- $ref: '#/components/schemas/EthLikeUndelegateIntent'
30237-
- $ref: '#/components/schemas/EthLikeClaimIntent'
30237+
- $ref: '#/components/schemas/EthLikeStakeIntent'
3023830238
- $ref: '#/components/schemas/BaseIntent'
3023930239
BaseIntent:
3024030240
title: Intent
@@ -30252,15 +30252,13 @@ components:
3025230252
- type: number
3025330253
required:
3025430254
- intentType
30255-
EthLikeClaimIntent:
30256-
title: EthLike Claim Rewards Intent
30255+
EthLikeStakeIntent:
30256+
title: EthLike Stake Intent
3025730257
allOf:
3025830258
- type: object
3025930259
properties:
3026030260
intentType:
30261-
type: string
30262-
enum:
30263-
- stakeClaimRewards
30261+
$ref: '#/components/schemas/IntentType'
3026430262
recipients:
3026530263
type: array
3026630264
items:
@@ -30307,70 +30305,6 @@ components:
3030730305
$ref: '#/components/schemas/optionalString'
3030830306
option:
3030930307
$ref: '#/components/schemas/optionalUnknownObject'
30310-
EthLikeUndelegateIntent:
30311-
title: EthLike Undelegate Intent
30312-
allOf:
30313-
- type: object
30314-
properties:
30315-
intentType:
30316-
type: string
30317-
enum:
30318-
- undelegate
30319-
validatorAddress:
30320-
type: string
30321-
amount:
30322-
$ref: '#/components/schemas/Amount'
30323-
recipients:
30324-
type: array
30325-
items:
30326-
type: object
30327-
properties:
30328-
address:
30329-
$ref: '#/components/schemas/Address'
30330-
amount:
30331-
$ref: '#/components/schemas/Amount'
30332-
data:
30333-
$ref: '#/components/schemas/optionalString'
30334-
required:
30335-
- address
30336-
- amount
30337-
required:
30338-
- intentType
30339-
- validatorAddress
30340-
- amount
30341-
- $ref: '#/components/schemas/BaseStakeIntent'
30342-
EthLikeDelegateIntent:
30343-
title: EthLike Delegate Intent
30344-
allOf:
30345-
- type: object
30346-
properties:
30347-
intentType:
30348-
type: string
30349-
enum:
30350-
- delegate
30351-
validatorAddress:
30352-
type: string
30353-
amount:
30354-
$ref: '#/components/schemas/Amount'
30355-
recipients:
30356-
type: array
30357-
items:
30358-
type: object
30359-
properties:
30360-
address:
30361-
$ref: '#/components/schemas/Address'
30362-
amount:
30363-
$ref: '#/components/schemas/Amount'
30364-
data:
30365-
$ref: '#/components/schemas/optionalString'
30366-
required:
30367-
- address
30368-
- amount
30369-
required:
30370-
- intentType
30371-
- validatorAddress
30372-
- amount
30373-
- $ref: '#/components/schemas/BaseStakeIntent'
3037430308
CoreDaoClaimIntent:
3037530309
title: CoreDAO Claim Rewards Intent
3037630310
allOf:
@@ -36801,6 +36735,9 @@ components:
3680136735
backupGPGPublicKey:
3680236736
type: string
3680336737
description: Backup public key in ASCII armored format (may be managed by user or KRS). Only required for BitGo MPC keys.
36738+
isMPCv2:
36739+
type: boolean
36740+
description: Whether a key or wallet is using the Multi-Party Computation version 2 protocol. Optional field.
3680436741
CreatePolicyRule:
3680536742
type: object
3680636743
properties:
@@ -46798,9 +46735,7 @@ components:
4679846735
- $ref: '#/components/schemas/CoreDaoDelegateIntent'
4679946736
- $ref: '#/components/schemas/CoreDaoUndelegateIntent'
4680046737
- $ref: '#/components/schemas/CoreDaoClaimIntent'
46801-
- $ref: '#/components/schemas/EthLikeDelegateIntent'
46802-
- $ref: '#/components/schemas/EthLikeUndelegateIntent'
46803-
- $ref: '#/components/schemas/EthLikeClaimIntent'
46738+
- $ref: '#/components/schemas/EthLikeStakeIntent'
4680446739
- $ref: '#/components/schemas/BaseIntent'
4680546740
ExchangeEddsaCommitmentsResponse:
4680646741
title: ExchangeEddsaCommitmentsResponse

0 commit comments

Comments
 (0)