File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/content/docs/browser-rendering/rest-api Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,6 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/{account_id}/browser
215215
216216| Optional Parameter | Description |
217217| -------------------------------------- | --------------- |
218- | `limit` <Type text="Number" /> | Maximum number of pages to crawl (default is 10, maximum is 100,000) |
219- | `depth` <Type text="Number" /> | Maximum link depth to crawl from the starting URL |
220- | `formats` <Type text="Array of strings" /> | Response format (default is HTML, other options are Markdown and JSON) |
218+ | `limit` | Maximum number of pages to crawl (default is 10, maximum is 100,000) <Type text="Number" /> |
219+ | `depth` | Maximum link depth to crawl from the starting URL <Type text="Number" /> |
220+ | `formats` | Response format (default is HTML, other options are Markdown and JSON) <Type text="Array of strings" /> |
You can’t perform that action at this time.
0 commit comments