You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: swagger.yml
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -414,13 +414,18 @@ paths:
414
414
properties:
415
415
context:
416
416
description: >-
417
-
The deploy context in which this value will be used. `dev` refers to local development when running `netlify dev`.
417
+
The deploy context in which this value will be used. `dev` refers to local development when running `netlify dev`. `branch` must be provided with a value in `context_parameter`.
418
418
type: string
419
419
enum:
420
+
- all
420
421
- dev
421
422
- branch-deploy
422
423
- deploy-preview
423
424
- production
425
+
- branch
426
+
context_parameter:
427
+
description: An additional parameter for custom branches. Currently, this is used for providing a branch name when `context=branch`.
428
+
type: string
424
429
value:
425
430
description: The environment variable's unencrypted value
426
431
type: string
@@ -2736,9 +2741,13 @@ definitions:
2736
2741
- branch-deploy
2737
2742
- deploy-preview
2738
2743
- production
2744
+
- branch
2739
2745
description: >-
2740
2746
The deploy context in which this value will be used. `dev` refers to
2741
2747
local development when running `netlify dev`.
2748
+
context_parameter:
2749
+
type: string
2750
+
description: An additional parameter for custom branches. Currently, this is used for specifying a branch name when `context=branch`.
2742
2751
description: Environment variable value model definition
0 commit comments