Skip to main content

SetAvatarSourceRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/SetAvatarSourceRequestBody.json
sourcestringrequired

New avatar source. oauth_* requires the matching provider to be linked.

Possible values: [initials, oauth_google, oauth_apple, oauth_github, oauth_discord]

SetAvatarSourceRequestBody
{
"$schema": "https://example.com/schemas/SetAvatarSourceRequestBody.json",
"source": "initials"
}