influxdata / openapi

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

fix(aim): Add `content-type` to reactivate org endpoint #620

Closed abshierjoel closed 1 year ago

abshierjoel commented 1 year ago

When I added the org reactivate endpoint in #618, I didn't realize Oats would need the content type for an empty body still. This adds that back in so that the unityRoutes file gets generated correctly.