Skip to content
Open
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
10 changes: 10 additions & 0 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82589,6 +82589,16 @@ components:
type: string
format: date
title: Date String
reason:
allOf:
- $ref: '#/components/schemas/FreezeReason'
description: Why a wallet was frozen
referenceId:
type: string
description: An optional reference ID for tracking purposes
adminOrUserId:
type: string
description: The user who froze the wallet (could be a regular user or an admin)
required:
- time
- expires
Expand Down