Skip to content
Merged
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
12 changes: 12 additions & 0 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59092,6 +59092,18 @@ components:
type: string
description: The reason the user is frozen if they are frozen
example: Frozen due to suspicious activity
freeze:
type: object
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
properties:
time:
type: string
format: date-time
title: ISO Date String
expires:
type: string
format: date-time
title: ISO Date String
lastLogin:
type: string
description: The last login time of the user
Expand Down