File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ overlay : 1.0.0
2+ x-speakeasy-jsonpath : rfc9535
3+ info :
4+ title : Adds the x-forwarded-for-header where needed
5+ version : 0.0.1
6+ actions :
7+ - target : $.paths["/transactions"].post.parameters
8+ update :
9+ - name : X-Forwarded-For
10+ schema :
11+ type : string
12+ example : 192.168.0.2
13+ in : header
14+ description : |-
15+ The IP address to forward from the customer. Use this when calling
16+ our API from the server side to ensure the customer's address is
17+ passed to downstream services, rather than your server IP.
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ sources:
1313 - location : ./.speakeasy/overlays/fix-base-model.yaml
1414 - location : ./.speakeasy/overlays/fix-checkout-session-body.yaml
1515 - location : ./.speakeasy/overlays/fix-remove-unwanted-headers.yaml
16+ - location : ./.speakeasy/overlays/fix-add-x-forwarded-for-header.yaml
1617 registry :
1718 location : registry.speakeasyapi.dev/gr4vy/gr4vy/openapi
1819targets :
You can’t perform that action at this time.
0 commit comments