Dozor
User

Regenerate the DiceBear avatar seed

Rolls the avatar seed to a fresh UUID. The `image` URL changes; everything else stays. Returns the new URL so the client updates its avatar slot without a full profile refetch.

POST/api/user/avatar

Rolls the avatar seed to a fresh UUID. The image URL changes; everything else stays. Returns the new URL so the client updates its avatar slot without a full profile refetch.

Response Body

application/json

curl -X POST "https://loading/api/user/avatar"
{
  "image": "https://api.dicebear.com/9.x/shapes/svg?seed=cf3a7b2e9d1c4f5a"
}
Empty