commit
1d68b87f5a
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue