Latest stories

change_visible_location

  • Inputs
{
    "status": "integer 0 or 1: 0 for invisible, 1 for visible"
}

  • Errors
{
    "must_login": "user must be login",
    "status": [
        {
            "min value is 0": "minimum valid value is 0"
        },
        {
            "max value is 1": "maximum valid value is 1"
        }
    ]
}

  • Extra Description
User can define if he/she wants to be visible to other users on the map, or not

  • Sample
  • Url:
https://api.pantel.me/a/change_visible_location?status=1
  • Output:
                                {
    "status": "success",
    "time": 1526726826.6275113
}