We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bitgo-api-docs
1 parent f12e2c1 commit f23ba6dCopy full SHA for f23ba6d
api.yaml
@@ -26317,6 +26317,9 @@ paths:
26317
type: string
26318
description: ID of the destination account
26319
minLength: 1
26320
+ idempotencyKey:
26321
+ type: string
26322
+ description: Optional idempotency key to ensure idempotent requests
26323
required:
26324
- amount
26325
- checkboxAgreement
@@ -75215,9 +75218,6 @@ components:
75215
75218
example: 'false'
75216
75219
VerificationState:
75217
75220
title: VerificationState
- allOf:
- - $ref: '#/components/schemas/VerificationStateEnum'
- VerificationStateEnum:
75221
75222
enum:
75223
- approved
0 commit comments