Skip to content

Commit 06c2047

Browse files
Danny/connect proxy docs update (#16169)
* Update api-proxy.mdx * Update api-proxy.mdx
1 parent 865adb7 commit 06c2047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Since Pipedream has {process.env.PUBLIC_APPS}+ integrated apps, we know how the
4444
**URL**
4545

4646
- The URL of the API you want to call (ex, `https://slack.com/api/chat.postMessage`)
47-
- When using the REST API, this should be an URL-safe Base64 encoded string (ex, `aHR0cHM6Ly9zbGFjay5jb20vYXBpL2NoYXQucG9zdE1lc3NhZ2U`)
47+
- When using the REST API, this should be a URL-safe Base64 encoded string (ex, `aHR0cHM6Ly9zbGFjay5jb20vYXBpL2NoYXQucG9zdE1lc3NhZ2U`)
4848

4949
<Callout type="info">
5050
- Some APIs like Zendesk, Zoho, and others use dynamic base domains that are account-specific (e.g, `https://foo.zendesk.com`). For any of these apps, you should pass a relative path as the `url` in your proxy request, like `/api/v2/chat/chats` for example.
@@ -140,4 +140,4 @@ curl -X POST "https://api.pipedream.com/v1/connect/{your_project_id}/proxy/{url_
140140
The Connect proxy limits API requests to,
141141
- 100 requests per minute per project. Requests that surpass this limit will receive a `429` response.
142142
- A maximum timeout of 30 seconds. Requests that take longer than 30 seconds will be terminated, and Pipedream will return a `504` error to the caller.
143-
- [Let us know](https://pipedream.com/support) if you need higher limits.
143+
- Please [let us know](https://pipedream.com/support) if you need higher limits.

0 commit comments

Comments
 (0)