Skip to main content

ProfileUpdate

Self-profile update request for /auth/me.

display_name object
anyOf
string

Possible values: <= 256 characters

avatar_config object

Avatar configuration as a JSON object containing only primitive values, limited to 4 KB. Set this field to null to remove the stored configuration.

anyOf
object
ProfileUpdate
{
"display_name": "string",
"avatar_config": {}
}