influxdata / openapi

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

chore: add influxql support to the yml #639

Closed appletreeisyellow closed 1 year ago

appletreeisyellow commented 1 year ago

Part of https://github.com/influxdata/ui/issues/6730

InfluxQL is supported in idpe invocable scripts https://github.com/influxdata/idpe/pull/17768, so updating the enum definition here.

I mainly updated one file src/svc/invocable-scripts/schemas/ScriptLanguage.yml. The rest of the files under contracts are auto generated from following the instruction here.

Similar to the work done for SQL in https://github.com/influxdata/openapi/pull/578.

appletreeisyellow commented 1 year ago

Thanks @sanderson! I'll merge this after https://github.com/influxdata/idpe/pull/17768 is merged