Skip to content

Commit 3cb572e

Browse files
Update api-proxy.mdx
1 parent 7446a07 commit 3cb572e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-v2/pages/connect/api-proxy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ You can also send a request to the Connect REST API with the below config:
135135

136136
- If using the REST API, include the `Authorization` header with your Pipedream OAuth access token (`Bearer {access_token}`)
137137
- Headers that contain the prefix `x-pd-proxy` will get forwarded to the downstream API
138-
- If the downstream API requires [custom authorization headers](#authenticating-on-behalf-of-a-user), make sure to prepend with `x-pd-proxy` and include the macro `{{ }}` that Pipedream will replace with the actual value. For example,
138+
- If the downstream API requires [custom authorization headers](#authenticating-on-behalf-of-your-user), make sure to prepend with `x-pd-proxy` and include the macro `{{ }}` that Pipedream will replace with the actual value. For example,
139139

140140
```javascript
141141
"x-pd-proxy-apiKey: {{api_key}}"

0 commit comments

Comments
 (0)