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
- null
string
Possible values: non-empty and <= 100 characters
description object
anyOf
- string
- null
string
Possible values: <= 500 characters
geometry object
GeoJSON geometry (Polygon, MultiPolygon, or Circle)
- object
- null
object
webhook_url object
anyOf
- string
- null
string
Possible values: <= 2048 characters
webhook_events object
anyOf
- string[]
- null
Array [
string
]
metadata object
anyOf
- object
- null
object
is_active object
anyOf
- boolean
- null
boolean
group_name object
anyOf
- string
- null
string
Possible values: <= 255 characters
UpdateGeofenceRequest
{
"name": "string",
"description": "string",
"geometry": {},
"webhook_url": "string",
"webhook_events": [
"string"
],
"metadata": {},
"is_active": true,
"group_name": "string"
}