Skip to content

Commit 7db115a

Browse files
authored
Merge pull request #268 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents d3526aa + 8bdf545 commit 7db115a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

api.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42339,6 +42339,18 @@ components:
4233942339
additionalProperties: true
4234042340
type:
4234142341
$ref: '#/components/schemas/ListRuleEntryType'
42342+
verificationState:
42343+
type: string
42344+
enum:
42345+
- unverified
42346+
- verified
42347+
description: A state denoting whether entries have already been verified.
42348+
verifiedBy:
42349+
type: string
42350+
enum:
42351+
- unverifiedRule
42352+
- fastWithdrawal
42353+
description: The source that verified this entry (unverifiedRule or fastWithdrawal)
4234242354
required:
4234342355
- item
4234442356
- type
@@ -67789,7 +67801,10 @@ components:
6778967801
description: The validator commission rate.
6779067802
type: string
6779167803
type:
67792-
description: The validator provider used for staking.
67804+
description: The validator provider display used for staking.
67805+
type: string
67806+
provider:
67807+
description: The validator provider enum used for staking.
6779367808
type: string
6779467809
rewardCoin:
6779567810
description: The coin in which rewards will be received.

0 commit comments

Comments
 (0)