Skip to content

Commit 4979026

Browse files
Merge pull request #35 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents dda771f + 709a4ff commit 4979026

File tree

1 file changed

+9
-44
lines changed

1 file changed

+9
-44
lines changed

api.yaml

Lines changed: 9 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -24304,42 +24304,6 @@ paths:
2430424304
application/json:
2430524305
schema:
2430624306
$ref: '#/components/schemas/PlatformError'
24307-
/api/v2/internal/enterprise/{enterpriseId}/points/verifyRetail:
24308-
post:
24309-
summary: Verifies if a given enterpise is a retail enterprise
24310-
operationId: v2.internal.enterprise.points.verifyRetail
24311-
tags:
24312-
- Enterprise
24313-
parameters:
24314-
- name: enterpriseId
24315-
in: path
24316-
required: true
24317-
schema:
24318-
$ref: '#/components/schemas/EnterpriseIdString'
24319-
- name: authorization
24320-
description: The authorization header
24321-
in: header
24322-
schema:
24323-
type: string
24324-
responses:
24325-
'200':
24326-
description: OK
24327-
content:
24328-
application/json:
24329-
schema:
24330-
$ref: '#/components/schemas/IsRetailEnterprise'
24331-
'400':
24332-
description: Bad Request
24333-
content:
24334-
application/json:
24335-
schema:
24336-
$ref: '#/components/schemas/PlatformError'
24337-
'404':
24338-
description: Not Found
24339-
content:
24340-
application/json:
24341-
schema:
24342-
$ref: '#/components/schemas/PlatformError'
2434324307
/api/v2/organization/{organizationId}/enterprise:
2434424308
get:
2434524309
summary: List enterprises for an organization
@@ -30528,6 +30492,14 @@ components:
3052830492
$ref: '#/components/schemas/LivenessVerificationParameter'
3052930493
isFallback:
3053030494
type: boolean
30495+
walletSubtype:
30496+
$ref: '#/components/schemas/WalletSubtype'
30497+
WalletSubtype:
30498+
title: WalletSubtype
30499+
type: string
30500+
enum:
30501+
- custodialCold
30502+
- custodialHot
3053130503
LivenessVerificationParameter:
3053230504
title: LivenessVerificationParameter
3053330505
type: string
@@ -31035,6 +31007,7 @@ components:
3103531007
- noop
3103631008
- triggerWebhookNotification
3103731009
- performLivenessVerification
31010+
- recommendBackingWalletRouting
3103831011
TransactionRequestId:
3103931012
title: TransactionRequestId
3104031013
type: string
@@ -50935,14 +50908,6 @@ components:
5093550908
- claimTransactionByVasp
5093650909
- rejectTransactionByVasp
5093750910
- freezeKey
50938-
IsRetailEnterprise:
50939-
title: IsRetailEnterprise
50940-
type: object
50941-
properties:
50942-
isRetail:
50943-
type: boolean
50944-
required:
50945-
- isRetail
5094650911
parameters:
5094750912
Base:
5094850913
name: base

0 commit comments

Comments
 (0)