Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26404,6 +26404,8 @@ paths:
required:
- maxFeePerGas
- maxPriorityFeePerGas
txType:
type: string
required:
- txid
responses:
Expand Down Expand Up @@ -36131,6 +36133,7 @@ components:
- deny
- getApproval
- getEnterpriseUserApproval
- getUserRoleApproval
- getAnyApproval
- getFinalApproval
- getVideoApproval
Expand Down Expand Up @@ -52304,6 +52307,11 @@ components:
type: boolean
walletSubtype:
$ref: '#/components/schemas/CustodialWalletSubType'
userRoleIds:
type: array
items:
type: string
minLength: 1
PolicyRule:
type: object
properties:
Expand Down