---
title: "Partially updates geofence information"
method: PATCH
path: "/v0/enterprise/{enterprise_id}/geofence/{geofence_id}/"
tags: ["esper_cloud_api_Geofence"]
---

# Partially updates geofence information

`PATCH /v0/enterprise/{enterprise_id}/geofence/{geofence_id}/`

⚠️ Legacy endpoint. Android only. Geofence configuration is now managed through blueprints. Use the blueprints endpoints (/api/v2/blueprints/) to create and manage geofences going forward.

Partially updates one or more fields on an existing legacy geofence record. Only the fields included in the request body are modified; all other fields retain their current values. Returns the full updated Geofence object on success.

**About Update Geofence — Partial (Legacy)**

This PATCH endpoint applies partial updates to a legacy geofence definition using the GeofenceUpdate schema, which accepts name, description, latitude, longitude, radius, radius_unit, and device_actions. Unlike PUT, omitted fields are preserved. Changes made here do not affect blueprint-managed geofence behavior; use /api/v2/blueprints/ for all active configuration management.

## Path parameters

- `geofence_id` string, uuid, required
- `enterprise_id` string, uuid, required

## Response `200`

successful operation

- EsperCloudApiGeofence
  - `id` string, uuid — id of the geofence
  - `name` string, required — Name of the geofence
  - `description` string — A description about the geofence
  - `enterprise` string, uuid — id of the enterprise resource
  - `latitude` string, decimal, required — Latitude corresponding to the geofence
  - `longitude` string, decimal, required — Longitude corresponding to the geofence
  - `radius` integer — The radius within which the geofence should be applied
  - `radius_unit` 'KILOMETERS' | 'METERS' | 'MILES' — The unit in which the radius is taken, eg - kilometers, meters etc
  - `device_actions` string[] — The actions to be performed on the device
  - `device_count` integer — Number of devices
  - `created_by` string — The user who created the geofence
  - `created_on` string, date-time — Date and time of when the geofence was created
  - `updated_on` string, date-time — Date and time of when the geofence was updated

## Other responses

- `400` — Bad Request.
- `401` — Authorization information is missing or invalid.
- `404` — Not Found.
- `500` — Internal server error

---

[API](https://skmtc.net/esper/apis/esper-api-reference.md) · [All operations](https://skmtc.net/esper/apis/esper-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/esper/esper-api-reference/versions/e1f64cbb488e/schema)
