fix markup
This commit is contained in:
@ -129,6 +129,7 @@ The response is in JSON.
|
|||||||
|
|
||||||
Queries are defined using JSON.
|
Queries are defined using JSON.
|
||||||
There exist following fields:
|
There exist following fields:
|
||||||
|
|
||||||
- **channels:** Array of channel names to be queried.
|
- **channels:** Array of channel names to be queried.
|
||||||
- **startPulseId and endPulseId:** A pulse-id range query with start and end pulse-id.
|
- **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]).
|
- **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]).
|
||||||
|
Reference in New Issue
Block a user