Skip to content

Commit d3a607e

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent d3526aa commit d3a607e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

api.yaml

Lines changed: 12 additions & 0 deletions
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

0 commit comments

Comments
 (0)