You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/browser-rendering/rest-api/links-endpoint.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ console.log(links);
125
125
126
126
### Retrieve only visible links
127
127
128
-
In this example we can pass a `visibleLinksOnly` parameter to only return links that are visible on the page.
128
+
Pass a `visibleLinksOnly` parameter to only return links that are visible on the page.
129
129
130
130
```bash
131
131
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-rendering/links' \
@@ -217,7 +217,7 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-
217
217
218
218
### Retrieve only links from the same domain
219
219
220
-
In this example we can pass a `excludeExternalLinks` parameter to only return links that are from the same domain of the site. Default setting is `false`.
220
+
Pass a `excludeExternalLinks` parameter to only exclude links pointing to external domains. By default, this is set to `false`.
221
221
222
222
```bash
223
223
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-rendering/links' \
0 commit comments