Tweak wording

This commit is contained in:
Alan Bernstein 2017-06-28 16:09:15 -05:00
parent f70c4e637b
commit af0e53120d

View file

@ -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:
```