Skip to content

Commit 6fc5ddb

Browse files
committed
[docs] Fixed indentation in REST API device monitoring endpoint
[skip ci]
1 parent edfdea8 commit 6fc5ddb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/user/rest-api.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ The format used for Device Status is inspired by `NetJSON DeviceMonitoring
9898
- When retrieving chart data, the ``time`` parameter allows to specify
9999
the time frame, e.g.:
100100

101-
- ``1d``: returns data of the last day
102-
- ``3d``: returns data of the last 3 days
103-
- ``7d``: returns data of the last 7 days
104-
- ``30d``: returns data of the last 30 days
105-
- ``365d``: returns data of the last 365 days
101+
- ``1d``: returns data of the last day
102+
- ``3d``: returns data of the last 3 days
103+
- ``7d``: returns data of the last 7 days
104+
- ``30d``: returns data of the last 30 days
105+
- ``365d``: returns data of the last 365 days
106106

107107
- In alternative to ``time`` it is possible to request chart data for a
108108
custom date range by using the ``start`` and ``end`` parameters, e.g.:

0 commit comments

Comments
 (0)