The body of PATCH /users/@me.

interface RESTPatchAPIUserBody {
    avatar?: string;
    display_name?: string;
    email?: string;
    password?: string;
    username?: string;
}

Properties

avatar?: string

The avatar of the user.

display_name?: string

The display name of the user.

email?: string

The email of the user.

password?: string

The password of the user.

username?: string

The username of the user.