diff --git a/api-docs/v2.0/swagger.yml b/api-docs/v2.0/swagger.yml index a0c2dfaa2..58a78563b 100644 --- a/api-docs/v2.0/swagger.yml +++ b/api-docs/v2.0/swagger.yml @@ -3322,6 +3322,12 @@ paths: application/json: schema: $ref: "#/components/schemas/Bucket" + 422: + description: Request body failed validation + content: + application/json: + schema: + $ref: "#/components/schemas/Error" default: description: Unexpected error content: @@ -7284,6 +7290,10 @@ components: type: string labelID: type: string + missingEnvRefs: + type: array + items: + type: string missingSecrets: type: array items: