Skip to content

Commit 044c4fc

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent 6ac46c3 commit 044c4fc

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

api.yaml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,9 @@ paths:
11951195
content:
11961196
application/json:
11971197
schema:
1198-
$ref: '#/components/schemas/PlatformPlatformError'
1198+
oneOf:
1199+
- $ref: '#/components/schemas/PlatformPlatformError'
1200+
- $ref: '#/components/schemas/DuplicateSequenceId'
11991201
'401':
12001202
description: Unauthorized
12011203
content:
@@ -17438,6 +17440,7 @@ paths:
1743817440
oneOf:
1743917441
- $ref: '#/components/schemas/PlatformError3'
1744017442
- $ref: '#/components/schemas/InvalidWalletId'
17443+
- $ref: '#/components/schemas/DuplicateSequenceId1'
1744117444
- $ref: '#/components/schemas/InvalidOFAC'
1744217445
'423':
1744317446
description: Locked
@@ -35315,6 +35318,18 @@ components:
3531535318
type: string
3531635319
format: ipv4
3531735320
example: 127.0.0.1
35321+
DuplicateSequenceId:
35322+
title: Duplicate SequenceId
35323+
allOf:
35324+
- $ref: '#/components/schemas/PlatformPlatformError'
35325+
- properties:
35326+
name:
35327+
type: string
35328+
description: Error code
35329+
enum:
35330+
- DuplicateSequenceId
35331+
required:
35332+
- name
3531835333
V1ErrorResponse:
3531935334
title: V1ErrorResponse
3532035335
type: object
@@ -38947,6 +38962,18 @@ components:
3894738962
- owner
3894838963
- $ref: '#/components/schemas/PaymentIntent1'
3894938964
- $ref: '#/components/schemas/DotAccountBaseBuildOptions'
38965+
DuplicateSequenceId1:
38966+
title: Duplicate SequenceId
38967+
allOf:
38968+
- $ref: '#/components/schemas/PlatformError3'
38969+
- properties:
38970+
name:
38971+
type: string
38972+
description: Error code
38973+
enum:
38974+
- DuplicateSequenceId
38975+
required:
38976+
- name
3895038977
Email:
3895138978
type: string
3895238979
format: email

0 commit comments

Comments
 (0)