Write a value of a location metric, identified by the locationId and metricName query parameters.
Location metrics hold data aggregated at site level and are typically fed by an external system rather than by a device.
The payload carries a data array, where each element provides the timestamp of the sample and the list of values to store, so that several samples can be written with a single call.
Required permissions: READ_LOCATION, WRITE_METRIC_VALUE.
The name of the tenant (e.g. acme).
The location identifier the metric belongs to.
The name of the location metric to update.
The new value payload.
The timestamp related to the metric value to update.
The location metric value to save.
Successful operation.
Request data not valid.
The error response.
User not authenticated.
The error response.
User not authorized.
The error response.
Resource was not found.
The error response.
API call rate limit exceeded.
The error response.
Internal server error.
The error response.