v15
latestOpenAPI 3.1.02026-07-1295183803.5 KBGeofence
Update a Geofence
put/geofence/{id}
Path parameters
idstring required
ID of the geofence to be updated. This is the ID that was generated/provided at the time of creating the geofence.
Query parameters
keystring 32 character alphanumeric string required
Example:key=API_KEY
A key is a unique identifier that is required to authenticate a request to the API.
Request body
Example request
{
"type": "\"type\":\"circle\"",
"name": "\"name\":\"Los Angeles Downtown\"",
"tags": [
"\"tags\":[\"tags_1\", \"O69Am2Y4KL8q5Y5JuD-Fy-tdtEpkTRQo_ZYIK7\"]"
],
"isochrone": {
"coordinates": "\"coordinates\": \"13.25805884388484,77.91083661048299\"",
"mode": "“mode”:”car”"
}
}Response
OK