From 6191a4e59ba4717c0e9d1adca41688a9aa1ed530 Mon Sep 17 00:00:00 2001 From: "ffleureau@qovery.com" Date: Mon, 14 Oct 2024 18:47:59 +0200 Subject: [PATCH] fix(COR-1087): fix secret edition by allowing null value, it doesn't override value in this case --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index ead05209..aacc2ed8 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -18117,7 +18117,6 @@ components: type: object required: - key - - value properties: key: type: string @@ -18125,6 +18124,7 @@ components: value: type: string description: the value of the environment variable + nullable: true description: type: string x-stoplight: