본문으로 건너뛰기

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": {}
}