diff --git a/api.yaml b/api.yaml index 68aa8c9..8e76982 100644 --- a/api.yaml +++ b/api.yaml @@ -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