v1
latestOpenAPI 3.0.32026-07-13142734.3 KBavatar
Equip an asset
Use this endpoint to equip an asset to a user's avatar
put/avatars/{avatarId}/equip
Path parameters
avatarIdstring required
The id of the avatar
Request body
Example request
{
"data": {
"assetId": "743a7c421b5a830535675049"
}
}Response
If the asset were successfully equipped to the avatar, it would return status 204. No response body.