ProfileUpdate
Self-profile update request for /auth/me.
display_name object
anyOf
- string
- null
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.
- object
- null
object
ProfileUpdate
{
"display_name": "string",
"avatar_config": {}
}