Skip to content

Commit 2246e35

Browse files
Merge pull request #139 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents f6d6363 + 0edb78b commit 2246e35

File tree

1 file changed

+10
-30
lines changed

1 file changed

+10
-30
lines changed

api.yaml

Lines changed: 10 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -17490,15 +17490,13 @@ paths:
1749017490
schema:
1749117491
$ref: '#/components/schemas/Id'
1749217492
- name: orgId
17493-
description: The organization ID to filter the users enterprises.
17493+
description: The organization ID by which to filter the user's enterprises.
1749417494
in: query
17495-
required: false
1749617495
schema:
1749717496
type: string
1749817497
- name: maxEnterprises
1749917498
description: Specifies the maximum number of enterprises to return. An organization ID must be provided. The maximum limit is 50 enterprises.
1750017499
in: query
17501-
required: false
1750217500
schema:
1750317501
type: integer
1750417502
responses:
@@ -40597,12 +40595,6 @@ components:
4059740595
type: array
4059840596
items:
4059940597
$ref: '#/components/schemas/AuditableItem'
40600-
EnterpriseKycState:
40601-
type: string
40602-
enum:
40603-
- unverified
40604-
- approved
40605-
- rejected
4060640598
EnterpriseMember:
4060740599
title: EnterpriseMember
4060840600
type: string
@@ -50452,9 +50444,6 @@ components:
5045250444
allOf:
5045350445
- $ref: '#/components/schemas/ActionType'
5045450446
description: The type of the action
50455-
approvalsRequired:
50456-
type: number
50457-
description: The number of approvals required
5045850447
userIds:
5045950448
type: array
5046050449
items:
@@ -50502,8 +50491,6 @@ components:
5050250491
- getCustodianApproval
5050350492
- getIdVerification
5050450493
- noop
50505-
approvalsRequired:
50506-
$ref: '#/components/schemas/ApprovalsRequired'
5050750494
userIds:
5050850495
description: For a final approver action, who can approve
5050950496
type: array
@@ -57199,22 +57186,15 @@ components:
5719957186
state:
5720057187
type: string
5720157188
example: New York
57202-
enterprise:
57203-
type: array
57204-
description: enterprises associated with the user
57205-
items:
57206-
type: object
57207-
properties:
57208-
beneficialOwner:
57209-
type: boolean
57210-
acceptedInvite:
57211-
type: boolean
57212-
id:
57213-
$ref: '#/components/schemas/Id'
57214-
kycState:
57215-
$ref: '#/components/schemas/EnterpriseKycState'
57216-
organization:
57217-
$ref: '#/components/schemas/Id'
57189+
kycStatus:
57190+
type: string
57191+
example: approved
57192+
description: user's overall KYC status
57193+
enum:
57194+
- approved
57195+
- pending
57196+
- rejected
57197+
- unverified
5721857198
User2:
5721957199
title: User
5722057200
allOf:

0 commit comments

Comments
 (0)