influxdata / openapi

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

feat(unity): convert upgrade option to enum #586

Closed randycoulman closed 1 year ago

randycoulman commented 1 year ago

Part of influxdata/quartz#6725

Change the allowance payload to return an enum value for what particular upgrade is available rather than just a boolean flag indicating that there is an upgrade available.

This endpoint is not yet in use, so there was no need to change this in an incremental, backwards-compatible way.