v1
latestOpenAPI 3.1.02026-07-2617501.1 MBUpdate an existing Geofence
put/v1/geofences/{id}
Path parameters
idinteger required
Specify the ID of the Geofence that you want to update.
Request body
Response
200
Example response
{
"geofence": {
"id": 1004,
"name": "alpha",
"category": "Fuel Station",
"status": "active",
"description": "notes for geofence",
"address": "1303 N Collins St, Arlington, TX 76011, USA",
"location_points": [
{
"lat": 33.667893,
"lon": 73.062074
}
]
}
}