From 624b13e8f546dbbbf91d7939607e3f23c0cc3c25 Mon Sep 17 00:00:00 2001 From: Guillaume Simard Date: Tue, 28 Jan 2014 11:04:19 -0500 Subject: [PATCH] Fixed JSON --- docs/content/TopNQuery.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/TopNQuery.md b/docs/content/TopNQuery.md index d418799d29c..cfb603705f7 100644 --- a/docs/content/TopNQuery.md +++ b/docs/content/TopNQuery.md @@ -9,6 +9,7 @@ TopN queries return a sorted set of results for the values in a given dimension A topN query object looks like: ```json +{ "queryType": "topN", "dataSource": "sample_data", "dimension": "sample_dim",