Skip to content

UpdateZoneInput

UpdateZoneInput

An input type used to update an existing Zone.

id

The unique identifier of the zone.

Type: ID!

dataSourceId

The unique identifier of the data source that owns the zone.

Type: ID

name

The name given to the camera zone.

Type: String

polygon

The geometrical boundry of the camera zone.

Type: GeoJSONPolygonInput

active

True if the zone is currently active, otherwise false.

Type: Boolean