lines

Update line properties

patch/lines/{id}/

Path parameters

idinteger required

A unique integer value identifying this Line.

Request body

namestring

Short name, up to 256 characters

commentstring

Extended description, up to 2048 characters

activeboolean

Line activity status

bbox_intersection_point'top right' | 'middle right' | 'bottom right' | 'top center' | 'middle center' | 'bottom center' | 'top left' | 'middle left' | 'bottom left'
camerainteger nullable

Related camera

video_archiveinteger nullable

Related video archive

attributesstring[]

line attributes each up to 256 characters

ab_namestring nullable

AB direction name, up to 256 characters

ab_attributesstring[]

AB direction attributes each up to 256 characters

ba_namestring nullable

BA direction name, up to 256 characters

ba_attributesstring[]

BA direction attributes each up to 256 characters

Response

idinteger required
created_datestring date-time required

Object creation date

modified_datestring date-time required

Object modification date

namestring required

Short name, up to 256 characters

commentstring

Extended description, up to 2048 characters

activeboolean

Line activity status

bbox_intersection_point'top right' | 'middle right' | 'bottom right' | 'top center' | 'middle center' | 'bottom center' | 'top left' | 'middle left' | 'bottom left'
camerainteger nullable

Related camera

video_archiveinteger nullable

Related video archive

attributesstring[]

line attributes each up to 256 characters

ab_namestring nullable

AB direction name, up to 256 characters

ab_attributesstring[]

AB direction attributes each up to 256 characters

ba_namestring nullable

BA direction name, up to 256 characters

ba_attributesstring[]

BA direction attributes each up to 256 characters

Changes