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 Name | Required | Description |
|---|---|---|
| triggerId | Required | ID of the trigger to update |
Body Parameters
| Parameters | Description |
|---|---|
| name | Descriptive name of the trigger |
| query | Smart Capture Query Language (SCQL) query |
| device_ids | Comma separated list of device ids to deploy this trigger to. |
| sample_rate | Number of milliseconds since last trigger activation to wait before enabling again. |
| dataset_id | ID of Nucleus dataset to upload captured images to |
Updated 10 months ago
Did this page help you?