De-document unused query argument

This commit is contained in:
Alan Bernstein 2017-06-28 17:26:12 -05:00
parent af0e53120d
commit 264c657500

View file

@ -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" \