Skip to content

Commit

Permalink
Merge pull request #714 from Qovery/fix/fix_secret_edition
Browse files Browse the repository at this point in the history
fix(COR-1087): fix secret edition by allowing null value, it doesn't override value in this case
  • Loading branch information
fabienfleureau authored Oct 15, 2024
2 parents 87ab82b + 6191a4e commit 6d983a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18117,14 +18117,14 @@ components:
type: object
required:
- key
- value
properties:
key:
type: string
description: the key of the environment variable
value:
type: string
description: the value of the environment variable
nullable: true
description:
type: string
x-stoplight:
Expand Down

0 comments on commit 6d983a6

Please sign in to comment.