Merge pull request #743 from influxdata/beta-3-swagger

Updated swagger for beta-3
pull/747/head
Scott Anderson 2020-02-06 15:28:56 -07:00 committed by GitHub
commit 1d68b87f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -3322,6 +3322,12 @@ paths:
application/json: application/json:
schema: schema:
$ref: "#/components/schemas/Bucket" $ref: "#/components/schemas/Bucket"
422:
description: Request body failed validation
content:
application/json:
schema:
$ref: "#/components/schemas/Error"
default: default:
description: Unexpected error description: Unexpected error
content: content:
@ -7284,6 +7290,10 @@ components:
type: string type: string
labelID: labelID:
type: string type: string
missingEnvRefs:
type: array
items:
type: string
missingSecrets: missingSecrets:
type: array type: array
items: items: