Skip to content

Commit

Permalink
Merge pull request #132 from fireblocks/cahyofireblocks-patch-14
Browse files Browse the repository at this point in the history
Remove balance readme spec
  • Loading branch information
SlavaSereb authored Dec 16, 2024
2 parents 2d20710 + 07ad450 commit d372d00
Showing 1 changed file with 52 additions and 5 deletions.
57 changes: 52 additions & 5 deletions api-spec-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4051,7 +4051,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/UnmanagedWallet'
$ref: '#/components/schemas/UnmanagedExternalWallet'
default:
$ref: '#/components/responses/Error'
requestBody:
Expand Down Expand Up @@ -4109,7 +4109,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/UnmanagedWallet'
$ref: '#/components/schemas/UnmanagedExternalWallet'
default:
$ref: '#/components/responses/Error'
operationId: getExternalWallet
Expand Down Expand Up @@ -4273,7 +4273,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/ExternalWalletAsset'
$ref: '#/components/schemas/ExternalWalletAssetDetail'
default:
$ref: '#/components/responses/Error'
operationId: getExternalWalletAsset
Expand Down Expand Up @@ -4327,7 +4327,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/ExternalWalletAsset'
$ref: '#/components/schemas/ExternalWalletAssetDetail'
default:
$ref: '#/components/responses/Error'
requestBody:
Expand Down Expand Up @@ -13882,6 +13882,21 @@ components:
type: string
activationTime:
type: string
WalletAssetExternal:
type: object
properties:
id:
type: string
lockedAmount:
type: string
status:
$ref: '#/components/schemas/ConfigChangeRequestStatus'
address:
type: string
tag:
type: string
activationTime:
type: string
UnmanagedWallet:
type: object
properties:
Expand All @@ -13895,6 +13910,19 @@ components:
type: array
items:
$ref: '#/components/schemas/WalletAsset'
UnmanagedExternalWallet:
type: object
properties:
id:
type: string
name:
type: string
customerRefId:
type: string
assets:
type: array
items:
$ref: '#/components/schemas/WalletAssetExternal'
required:
- id
- name
Expand Down Expand Up @@ -14147,7 +14175,7 @@ components:
GetExternalWalletsResponse:
type: array
items:
$ref: '#/components/schemas/UnmanagedWallet'
$ref: '#/components/schemas/UnmanagedExternalWallet'
WalletAssetAdditionalInfo:
type: object
properties:
Expand Down Expand Up @@ -14204,6 +14232,25 @@ components:
type: array
items:
$ref: '#/components/schemas/WalletAssetAdditionalInfo'
ExternalWalletAssetDetail:
type: object
properties:
id:
type: string
status:
$ref: '#/components/schemas/ConfigChangeRequestStatus'
address:
type: string
lockedAmount:
type: string
tag:
type: string
activationTime:
type: string
additionalInfo:
type: array
items:
$ref: '#/components/schemas/WalletAssetAdditionalInfo'
AddAssetToExternalWalletRequest:
oneOf:
- type: object
Expand Down

0 comments on commit d372d00

Please sign in to comment.