Skip to content

Commit b4c0bec

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

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
@@ -217,7 +217,7 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-
217217

218218
### Retrieve only links from the same domain
219219

220-
Pass a `excludeExternalLinks` parameter to only exclude links pointing to external domains. By default, this is set to `false`.
220+
Set the `excludeExternalLinks` parameter to `true` to exclude links pointing to external domains. By default, this is set to `false`.
221221

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

0 commit comments

Comments
 (0)