Skip to content

Commit

Permalink
Added new line between from and to
Browse files Browse the repository at this point in the history
  • Loading branch information
vsadokhin authored Sep 30, 2018
1 parent 06feb8e commit aa29923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Perform а GET request to localhost:8081/statistics with **getStatisticsUser** a
**aggregator** is required, supported values: min, max, avg
**type** is optional, specify to aggregate by type
**sensorId** is optional, specify to aggregate by sensorId
**from** is required, milliseconds for timeframe start, must be lower than **to**
**from** is required, milliseconds for timeframe start, must be lower than **to**
**to** is required, milliseconds for timeframe stop, must be greater than **from**

Either **type** or **sensorId** must be specified with a single value, multiple types/sensorIds won't be processed by the API.
Expand Down

0 comments on commit aa29923

Please sign in to comment.