NoxVR Documentation
Avatars

Upload avatar thumbnail

Upload a thumbnail image for an avatar.

POST
/avatars/{avatar_id}/thumbnail
AuthorizationBearer <token>

Bearer token authentication for user sessions

In: header

Path Parameters

avatar_idinteger
file?file
Formatbinary

Response Body

image/*

application/json

curl -X POST "https://nox.hactazia.fr/api/avatars/0/thumbnail"
"string"
{
  "error": {
    "message": "You are not logged in.",
    "code": 7,
    "status": 401
  },
  "data": null
}