Updating Triggers

Update an existing trigger

PUT /v1/smart-capture/trigger/:triggerId
DESCRIPTION: Updates a previously created trigger. This call will subsequently initiate a callback to the Update Service to deploy the trigger on all specified devices.

URL parameters

Parameter NameRequiredDescription
triggerIdRequiredID of the trigger to update

Body Parameters

ParametersDescription
nameDescriptive name of the trigger
querySmart Capture Query Language (SCQL) query
device_idsComma separated list of device ids to deploy this trigger to.
sample_rateNumber of milliseconds since last trigger activation to wait before enabling again.
dataset_idID of Nucleus dataset to upload captured images to

Did this page help you?