Skip to main content

UpdateGeofenceRequest

Schema for updating an existing geofence.

Supports three geometry types (PRD §3.1):

  • Polygon: Standard GeoJSON Polygon
  • MultiPolygon: Collection of polygons
  • Circle: Point with radius_meters
name object
anyOf
string

Possible values: non-empty and <= 100 characters

description object
anyOf
string

Possible values: <= 500 characters

geometry object

GeoJSON geometry (Polygon, MultiPolygon, or Circle)

anyOf
object
webhook_url object
anyOf
string

Possible values: <= 2048 characters

webhook_events object
anyOf
  • Array [
  • string
  • ]
  • metadata object
    anyOf
    object
    is_active object
    anyOf
    boolean
    group_name object
    anyOf
    string

    Possible values: <= 255 characters

    UpdateGeofenceRequest
    {
    "name": "string",
    "description": "string",
    "geometry": {},
    "webhook_url": "string",
    "webhook_events": [
    "string"
    ],
    "metadata": {},
    "is_active": true,
    "group_name": "string"
    }