mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
De-document unused query argument
This commit is contained in:
parent
af0e53120d
commit
264c657500
1 changed files with 0 additions and 2 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue