Skip to content

Commit

Permalink
Merge pull request #21 from BitGo/update-bitgo-api-docs
Browse files Browse the repository at this point in the history
Update API reference on BitGo Developer Portal
  • Loading branch information
vmccarty authored Dec 29, 2024
2 parents c48d884 + 30bad0b commit f74742c
Showing 1 changed file with 10 additions and 75 deletions.
85 changes: 10 additions & 75 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29476,6 +29476,8 @@ components:
minLength: 1
livenessCheckUser:
$ref: '#/components/schemas/LivenessVerificationParameter'
isFallback:
type: boolean
LivenessVerificationParameter:
title: LivenessVerificationParameter
type: string
Expand Down Expand Up @@ -30232,9 +30234,7 @@ components:
- $ref: '#/components/schemas/CoreDaoDelegateIntent'
- $ref: '#/components/schemas/CoreDaoUndelegateIntent'
- $ref: '#/components/schemas/CoreDaoClaimIntent'
- $ref: '#/components/schemas/EthLikeDelegateIntent'
- $ref: '#/components/schemas/EthLikeUndelegateIntent'
- $ref: '#/components/schemas/EthLikeClaimIntent'
- $ref: '#/components/schemas/EthLikeStakeIntent'
- $ref: '#/components/schemas/BaseIntent'
BaseIntent:
title: Intent
Expand All @@ -30252,15 +30252,13 @@ components:
- type: number
required:
- intentType
EthLikeClaimIntent:
title: EthLike Claim Rewards Intent
EthLikeStakeIntent:
title: EthLike Stake Intent
allOf:
- type: object
properties:
intentType:
type: string
enum:
- stakeClaimRewards
$ref: '#/components/schemas/IntentType'
recipients:
type: array
items:
Expand Down Expand Up @@ -30307,70 +30305,6 @@ components:
$ref: '#/components/schemas/optionalString'
option:
$ref: '#/components/schemas/optionalUnknownObject'
EthLikeUndelegateIntent:
title: EthLike Undelegate Intent
allOf:
- type: object
properties:
intentType:
type: string
enum:
- undelegate
validatorAddress:
type: string
amount:
$ref: '#/components/schemas/Amount'
recipients:
type: array
items:
type: object
properties:
address:
$ref: '#/components/schemas/Address'
amount:
$ref: '#/components/schemas/Amount'
data:
$ref: '#/components/schemas/optionalString'
required:
- address
- amount
required:
- intentType
- validatorAddress
- amount
- $ref: '#/components/schemas/BaseStakeIntent'
EthLikeDelegateIntent:
title: EthLike Delegate Intent
allOf:
- type: object
properties:
intentType:
type: string
enum:
- delegate
validatorAddress:
type: string
amount:
$ref: '#/components/schemas/Amount'
recipients:
type: array
items:
type: object
properties:
address:
$ref: '#/components/schemas/Address'
amount:
$ref: '#/components/schemas/Amount'
data:
$ref: '#/components/schemas/optionalString'
required:
- address
- amount
required:
- intentType
- validatorAddress
- amount
- $ref: '#/components/schemas/BaseStakeIntent'
CoreDaoClaimIntent:
title: CoreDAO Claim Rewards Intent
allOf:
Expand Down Expand Up @@ -36801,6 +36735,9 @@ components:
backupGPGPublicKey:
type: string
description: Backup public key in ASCII armored format (may be managed by user or KRS). Only required for BitGo MPC keys.
isMPCv2:
type: boolean
description: Whether a key or wallet is using the Multi-Party Computation version 2 protocol. Optional field.
CreatePolicyRule:
type: object
properties:
Expand Down Expand Up @@ -46798,9 +46735,7 @@ components:
- $ref: '#/components/schemas/CoreDaoDelegateIntent'
- $ref: '#/components/schemas/CoreDaoUndelegateIntent'
- $ref: '#/components/schemas/CoreDaoClaimIntent'
- $ref: '#/components/schemas/EthLikeDelegateIntent'
- $ref: '#/components/schemas/EthLikeUndelegateIntent'
- $ref: '#/components/schemas/EthLikeClaimIntent'
- $ref: '#/components/schemas/EthLikeStakeIntent'
- $ref: '#/components/schemas/BaseIntent'
ExchangeEddsaCommitmentsResponse:
title: ExchangeEddsaCommitmentsResponse
Expand Down

0 comments on commit f74742c

Please sign in to comment.