Changing POI avatar
API calls to upload and assign avatars for POIs.
Last updated
Was this helpful?
API calls to upload and assign avatars for POIs.
Last updated
Was this helpful?
Was this helpful?
{
"success": true,
"value": "Avatar file name"
}curl -X POST 'https://api.eu.navixy.com/v2/place/avatar/assign' \
-H 'Content-Type: application/json' \
-d '{"hash": "22eac1c27af4be7b9d04da2ce1af111b", "place_id": 122304, "icon_id": 1}'https://api.eu.navixy.com/v2/place/avatar/assign?hash=a6aa75587e5c59c32d347da438505fc3&place_id=122304&icon_id=1{ "success": true }