mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Tweak wording
This commit is contained in:
parent
f70c4e637b
commit
af0e53120d
1 changed files with 3 additions and 3 deletions
|
|
@ -91,11 +91,11 @@ Response:
|
|||
|
||||
In order to send protobuf binaries in the request and response, set `Content-Type` and `Accept` headers to: `application/x-protobuf`.
|
||||
|
||||
The response doesn't include column attributes by default. To return them, set `columnAttrs` query argument to `true`.
|
||||
The response doesn't include column attributes by default. To return them, set the `columnAttrs` query argument to `true`.
|
||||
|
||||
The query is executed for all [slices](../data-model#slice) by default. To use specified slices only, set `slices` query argument to a comma-separated list of slice indices.
|
||||
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`. Valid values match those for the `time-quantum` endpoint.
|
||||
The time quantum can be specified with the `time_granularity` query argument. Valid values match those for the `time-quantum` endpoint.
|
||||
|
||||
Request:
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue