From 264c657500c3f03ff3667479db63ca214a9ed500 Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Wed, 28 Jun 2017 17:26:12 -0500 Subject: [PATCH] De-document unused query argument --- docs/api-reference.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/api-reference.md b/docs/api-reference.md index 96ca16229..adea42ff4 100644 --- a/docs/api-reference.md +++ b/docs/api-reference.md @@ -95,8 +95,6 @@ The response doesn't include column attributes by default. To return them, set t The query is executed for all [slices](../data-model#slice) by default. To use specified slices only, set the `slices` query argument to a comma-separated list of slice indices. -The time quantum can be specified with the `time_granularity` query argument. Valid values match those for the `time-quantum` endpoint. - Request: ``` curl "localhost:10101/index/user/query?columnAttrs=true&slices=0,1" \