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: versions/1.2.0-dev.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,7 @@ This object represents one or more changes to be applied to the target document
182
182
| Field Name | Type | Description |
183
183
| ---- | :----: | ---- |
184
184
| <a name="action-template-parameters"></a>parameters | [[Action template parameter object](#action-template-parameter-object)] | A list of parameters to be used during string literal replacement. Optional. |
185
+
| <a name="action-template-environment-variables"></a>environmentVariables | [[Action template parameter object](#action-template-parameter-object)] | A list of environment variables to be used during string literal replacement. Optional. |
185
186
| Any field defined in the [action object](#action-object) | mixed | The [string literal replacement syntax](#string-literal-replacement-syntax) MAY be used for any of the fields, and the replacements MUST be evaluated as the template reference is being resolved. |
186
187
187
188
This object MAY be extended with [Specification Extensions](#specification-extensions).
@@ -774,13 +775,19 @@ components:
774
775
properties:
775
776
'%param.propertyName%':
776
777
type: string
778
+
stageName:
779
+
type: string
780
+
const: '%env.stageName%'
777
781
description: Adds an error response to the %param.pathItem% path item %param.operation% operation
0 commit comments