From 6ea3717a1a3f66a7f8db335984a52a04b82908c0 Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 17:17:16 +0000 Subject: [PATCH 1/2] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/api.yaml b/api.yaml index e203fa4..317238c 100644 --- a/api.yaml +++ b/api.yaml @@ -50452,9 +50452,6 @@ components: allOf: - $ref: '#/components/schemas/ActionType' description: The type of the action - approvalsRequired: - type: number - description: The number of approvals required userIds: type: array items: From 0edb78bb88a74108b5fb058c62d8ef7f3fb71edb Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 17:17:48 +0000 Subject: [PATCH 2/2] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 37 ++++++++++--------------------------- 1 file changed, 10 insertions(+), 27 deletions(-) diff --git a/api.yaml b/api.yaml index 317238c..bfebca0 100644 --- a/api.yaml +++ b/api.yaml @@ -17490,15 +17490,13 @@ paths: schema: $ref: '#/components/schemas/Id' - name: orgId - description: The organization ID to filter the users enterprises. + description: The organization ID by which to filter the user's enterprises. in: query - required: false schema: type: string - name: maxEnterprises description: Specifies the maximum number of enterprises to return. An organization ID must be provided. The maximum limit is 50 enterprises. in: query - required: false schema: type: integer responses: @@ -40597,12 +40595,6 @@ components: type: array items: $ref: '#/components/schemas/AuditableItem' - EnterpriseKycState: - type: string - enum: - - unverified - - approved - - rejected EnterpriseMember: title: EnterpriseMember type: string @@ -50499,8 +50491,6 @@ components: - getCustodianApproval - getIdVerification - noop - approvalsRequired: - $ref: '#/components/schemas/ApprovalsRequired' userIds: description: For a final approver action, who can approve type: array @@ -57196,22 +57186,15 @@ components: state: type: string example: New York - enterprise: - type: array - description: enterprises associated with the user - items: - type: object - properties: - beneficialOwner: - type: boolean - acceptedInvite: - type: boolean - id: - $ref: '#/components/schemas/Id' - kycState: - $ref: '#/components/schemas/EnterpriseKycState' - organization: - $ref: '#/components/schemas/Id' + kycStatus: + type: string + example: approved + description: user's overall KYC status + enum: + - approved + - pending + - rejected + - unverified User2: title: User allOf: