Skip to content

Commit d3526aa

Browse files
authored
Merge pull request #267 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents 610c225 + 1013437 commit d3526aa

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

api.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34916,7 +34916,7 @@ paths:
3491634916
description: |-
3491734917
Lists all wallet share requests:
3491834918
- List of the wallets and the users for which wallet share request is present.
34919-
operationId: v2.walletsharerequests.list
34919+
operationId: v2.walletsharerequest.list
3492034920
tags:
3492134921
- Wallet
3492234922
responses:
@@ -57021,6 +57021,8 @@ components:
5702157021
$ref: '#/components/schemas/KycPassport'
5702257022
residency:
5702357023
$ref: '#/components/schemas/KycResidency'
57024+
ongoingScreening:
57025+
$ref: '#/components/schemas/KycOngoingScreening'
5702457026
isScreeningRequired:
5702557027
type: boolean
5702657028
documentsWaived:
@@ -57062,6 +57064,17 @@ components:
5706257064
$ref: '#/components/schemas/UserKycState1'
5706357065
required:
5706457066
- state
57067+
KycOngoingScreening:
57068+
title: KycOngoingScreening
57069+
type: object
57070+
properties:
57071+
state:
57072+
type: string
57073+
enum:
57074+
- approved
57075+
- rejected
57076+
required:
57077+
- state
5706557078
KycPassport:
5706657079
title: KycPassport
5706757080
type: object

0 commit comments

Comments
 (0)