Skip to content

Commit

Permalink
fix(COR-1087): fix secret edition by allowing null value, it doesn't …
Browse files Browse the repository at this point in the history
…override value in this case
  • Loading branch information
fabienfleureau committed Oct 14, 2024
1 parent 87ab82b commit 6191a4e
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 6191a4e

Please sign in to comment.