You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59092,6 +59092,18 @@ components:
59092
59092
type: string
59093
59093
description: The reason the user is frozen if they are frozen
59094
59094
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
0 commit comments