influxdata / openapi

An OpenAPI specification for influx (cloud/oss) apis.
MIT License
17 stars 10 forks source link

chore: Describe v1 InfluxQL response object schemas #650

Closed jstirnaman closed 4 months ago

jstirnaman commented 4 months ago

Part of DAR 424

The API dpocumentation 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.

Reported for InfluxDB Cloud v2.0, but relevant for all versions.

Related: