Skip to content

Commit 5ec96c1

Browse files
authored
Update links-endpoint.mdx
1 parent e1e1cfb commit 5ec96c1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 10
66
---
77

8-
import { Tabs, TabItem } from "~/components";
8+
import { Tabs, TabItem, Render } from "~/components";
99

1010
The `/links` endpoint retrieves all links from a webpage. It can be used to extract all links from a page, including those that are hidden.
1111

@@ -212,3 +212,8 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-
212212
]
213213
}
214214
```
215+
216+
<Render
217+
file="setting-custom-user-agent"
218+
product="browser-rendering"
219+
/>

0 commit comments

Comments
 (0)