Tag avatar
Contains API calls to interact with tag avatars.
API actions
assign
Parameters
name
description
type
Examples
curl -X POST 'https://api.eu.navixy.com/v2/tag/avatar/assign' \
-H 'Content-Type: application/json' \
-d '{"hash": "22eac1c27af4be7b9d04da2ce1af111b", "tag_id": 1, "icon_id": 14}'https://api.eu.navixy.com/v2/tag/avatar/assign?hash=a6aa75587e5c59c32d347da438505fc3&tag_id=1&icon_id=14Response
{
"success": true
}Errors
upload
Parameters
name
description
Response
Errors
Last updated
Was this helpful?