Skip to content

Commit b53f455

Browse files
Update src/content/docs/browser-rendering/rest-api/links-endpoint.mdx
Co-authored-by: Dostrelith <[email protected]>
1 parent ceaa0e3 commit b53f455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/rest-api/links-endpoint.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ console.log(links);
125125

126126
### Retrieve only visible links
127127

128-
Pass a `visibleLinksOnly` parameter to only return links that are visible on the page.
128+
Set the `visibleLinksOnly` parameter to `true` to only return links that are visible on the page. By default, this is set to `false`.
129129

130130
```bash
131131
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-rendering/links' \

0 commit comments

Comments
 (0)