From 1540a51168710256286bee0310e8ff33f9ebf3a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Fri, 24 Jul 2015 17:53:16 +0200 Subject: [PATCH] fix markup --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 32ae7f0..fc1a3e5 100644 --- a/Readme.md +++ b/Readme.md @@ -129,6 +129,7 @@ The response is in JSON. Queries are defined using JSON. There exist following fields: + - **channels:** Array of channel names to be queried. - **startPulseId and endPulseId:** A pulse-id range query with start and end pulse-id. - **startMillis/[startNanos] and endMillis/[endNanos]:** A time range query with start and end milliseconds since January 1, 1970 (the UNIX/JAVA epoch) and optionally supplemented with the nanosecond offset to the milliseconds (in the range [0..999999]).