We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53f455 commit b4c0becCopy full SHA for b4c0bec
src/content/docs/browser-rendering/rest-api/links-endpoint.mdx
@@ -217,7 +217,7 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-
217
218
### Retrieve only links from the same domain
219
220
-Pass a `excludeExternalLinks` parameter to only exclude links pointing to external domains. By default, this is set to `false`.
+Set the `excludeExternalLinks` parameter to `true` to exclude links pointing to external domains. By default, this is set to `false`.
221
222
```bash
223
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-rendering/links' \
0 commit comments