diff --git a/api.yaml b/api.yaml index f005011..6b24ce0 100644 --- a/api.yaml +++ b/api.yaml @@ -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