feat: port influx auth command (#152)

This commit is contained in:
Dane Strandboge
2021-06-28 14:06:29 -05:00
committed by GitHub
parent ead44e4e83
commit a058fe7e0b
13 changed files with 2260 additions and 165 deletions

View File

@ -95,6 +95,10 @@ paths:
servers:
- url: "/private"
$ref: "./openapi/src/oss/paths/legacy_authorizations_authID_password.yml"
/authorizations:
$ref: "./openapi/src/common/paths/authorizations.yml"
/authorizations/{authID}:
$ref: "./openapi/src/common/paths/authorizations_authID.yml"
components:
parameters:
TraceSpan:
@ -385,3 +389,5 @@ components:
$ref: "./openapi/src/common/schemas/Authorizations.yml"
LegacyAuthorizationPostRequest:
$ref: "./openapi/src/oss/schemas/LegacyAuthorizationPostRequest.yml"
AuthorizationPostRequest:
$ref: "./openapi/src/common/schemas/AuthorizationPostRequest.yml"