File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -5887,6 +5887,7 @@ components:
5887
5887
description : " An object whose options define a step's action."
5888
5888
oneOf :
5889
5889
- $ref : " #/components/schemas/configRouteStepActionPass"
5890
+ - $ref : " #/components/schemas/configRouteStepActionProxy"
5890
5891
- $ref : " #/components/schemas/configRouteStepActionReturn"
5891
5892
- $ref : " #/components/schemas/configRouteStepActionShare"
5892
5893
@@ -5903,6 +5904,20 @@ components:
5903
5904
description : " Destination to which the action passes
5904
5905
incoming requests."
5905
5906
5907
+ # /config/routes/{stepIndex}/action/proxy
5908
+ # /config/routes/{routeName}/{stepIndex}/action/proxy
5909
+ configRouteStepActionProxy :
5910
+ type : object
5911
+ description : " An object whose single option defines a step's proxy
5912
+ action."
5913
+ required :
5914
+ - proxy
5915
+ properties :
5916
+ proxy :
5917
+ type : string
5918
+ description : " Socket address of an HTTP server to where the request
5919
+ is proxied."
5920
+
5906
5921
# /config/routes/{stepIndex}/action/return
5907
5922
# /config/routes/{routeName}/{stepIndex}/action/return
5908
5923
configRouteStepActionReturn :
You can’t perform that action at this time.
0 commit comments