influxdata / openapi

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

chore: add `409` to PATCH /api/v2private/orgs/orgId #534

Closed gspletzer closed 2 years ago

gspletzer commented 2 years ago

For multi-org, Quartz now checks for organization name conflicts within an account. It will return a 409 if a name is already in use. The path for PATCH /api/v2private/orgs/{orgId} has been updated to reflect that.

Quartz #6705