Skip to content

Commit 39a157f

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent 348a846 commit 39a157f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

api.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23342,6 +23342,9 @@ paths:
2334223342
schema:
2334323343
type: object
2334423344
properties:
23345+
tokenName:
23346+
type: string
23347+
minLength: 1
2334523348
amount:
2334623349
type: string
2334723350
minLength: 1
@@ -23359,6 +23362,8 @@ paths:
2335923362
required:
2336023363
- maxFeePerGas
2336123364
- maxPriorityFeePerGas
23365+
required:
23366+
- tokenName
2336223367
responses:
2336323368
'200':
2336423369
description: OK
@@ -34835,6 +34840,16 @@ components:
3483534840
- address
3483634841
- amount
3483734842
- data
34843+
eip1559:
34844+
type: object
34845+
properties:
34846+
maxFeePerGas:
34847+
type: string
34848+
maxPriorityFeePerGas:
34849+
type: string
34850+
required:
34851+
- maxFeePerGas
34852+
- maxPriorityFeePerGas
3483834853
required:
3483934854
- txHex
3484034855
- txInfo
@@ -45193,6 +45208,9 @@ components:
4519345208
allOf:
4519445209
- $ref: '#/components/schemas/PolicyRuleUpdateCondition'
4519545210
description: The condition of the policy rule
45211+
generatePolicy:
45212+
type: boolean
45213+
description: Should generate new whitelist policy when generatePolicy is undefined *
4519645214
id:
4519745215
type: string
4519845216
description: The ID of the policy rule

0 commit comments

Comments
 (0)