fix: schema update for be6bbabd0e

This commit is contained in:
Julian Lam
2023-01-26 16:06:24 -05:00
parent 434472a3bd
commit e37d99a990

View File

@@ -133,6 +133,15 @@ UserObject:
example:
- administrators
- Staff
muted:
type: boolean
description: Whether or not the user has been muted.
mutedUntil:
type: number
description: A UNIX timestamp representing the moment a muted state will be lifted.
mutedReason:
type: string
description: The admin-provided reason for being muted.
'icon:text':
type: string
description: A single-letter representation of a username. This is used in the auto-generated icon given to users without an avatar