influxdata / docs-v2

InfluxData Documentation that covers InfluxDB Cloud, InfluxDB OSS 2.x, InfluxDB OSS 1.x, InfluxDB Enterprise, Telegraf, Chronograf, Kapacitor, and Flux.
https://docs.influxdata.com
MIT License
72 stars 266 forks source link

`/query` endpoint: Describe the `series` schema in `/query` responses #5463

Closed jstirnaman closed 4 months ago

jstirnaman commented 4 months ago

Issue description The API documentation for the v1.x compatibility endpoint lists several Array objects under the Series object that are not explained. For example the partial object: the customer is not seeing that key returned in responses but they need to know what (if anything) the field means in order to implement against it.

What product(s) and version(s) does this apply to?

Link(s) to documentation that needs to be changed

What needs to be added or updated?

Related

jstirnaman commented 4 months ago

Completed with https://github.com/influxdata/docs-v2/pull/5473