GuidesAPI Reference
API Reference

Updates a single rule

Updates the name, description and threshold of the rule ruleId. The 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 rule has been updated successfully, the response will contain the updated rule details.

Path Params
uuid
required

ID of the rule

Body Params
string
enum
required

The rule type

Allowed:
threshold
object
required

Detention event is triggered when the asset has been continuously stationary for longer than the threshold duration.

string
length ≤ 50

Rule name

string
length ≤ 1000

Rule description

Headers
uuid

ID used for correlating requests within HERE Tracking. Used for logging and error reporting.

Must be a valid UUIDv4.

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json