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 ceaa0e3 commit b53f455Copy full SHA for b53f455
src/content/docs/browser-rendering/rest-api/links-endpoint.mdx
@@ -125,7 +125,7 @@ console.log(links);
125
126
### Retrieve only visible links
127
128
-Pass a `visibleLinksOnly` parameter to only return links that are visible on the page.
+Set the `visibleLinksOnly` parameter to `true` to only return links that are visible on the page. By default, this is set to `false`.
129
130
```bash
131
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-rendering/links' \
0 commit comments