Skip to content

Commit e7ca993

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent 6b7de5e commit e7ca993

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

api.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59092,6 +59092,18 @@ components:
5909259092
type: string
5909359093
description: The reason the user is frozen if they are frozen
5909459094
example: Frozen due to suspicious activity
59095+
freeze:
59096+
type: object
59097+
description: Freeze object that will hold the start time and expiration time of a user's freeze. By default the freeze is infinite, and this field will eventually override the isFrozen boolean field
59098+
properties:
59099+
time:
59100+
type: string
59101+
format: date-time
59102+
title: ISO Date String
59103+
expires:
59104+
type: string
59105+
format: date-time
59106+
title: ISO Date String
5909559107
lastLogin:
5909659108
type: string
5909759109
description: The last login time of the user

0 commit comments

Comments
 (0)