v1

latestOpenAPI 3.0.0HERE Documentation License2026-07-142162791.8 MB
Sensors

Updates a single sensor rule

Updates the sensor rule sensorRuleId name, description and range or threshold. The sensor rule type cannot be updated. If some of the these properties are not provided in the request body, their values will be set to null. If the sensor rule has been updated successfully, the response will contain the updated rule details.

put/sensors/v3/{sensorRuleId}

Request body

OR
OR
OR
OR
OR

Response

Successful

The sensor rule was updated.

messagestring

The message text is "updated" if the sensor rule update was successful.

descriptionstring
idstring uuid required

Must be a valid UUIDv4.

namestring
type'attach' | 'battery' | 'humidity' | 'pressure' | 'tamper' | 'temperature' | 'acceleration' required

The sensor type.