Skip to content

Commit 7d63c1c

Browse files
committed
Adding another table example
1 parent d0f22d7 commit 7d63c1c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,3 +224,10 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/{account_id}/browser
224224
| `limit` | <Type text="Number" /> | Maximum number of pages to crawl (default is 10, maximum is 100,000) |
225225
| `depth` | <Type text="Number" /> | Maximum link depth to crawl from the starting URL |
226226
| `formats` | <Type text="Array of strings" /> | Response format (default is HTML, other options are Markdown and JSON) |
227+
228+
229+
| Optional parameter | Type |Description |
230+
| -------------------------------------- | --------------- |--------------- |
231+
| `limit` | Number | Maximum number of pages to crawl (default is 10, maximum is 100,000) |
232+
| `depth` | Number | Maximum link depth to crawl from the starting URL |
233+
| `formats` | Array of strings | Response format (default is HTML, other options are Markdown and JSON) |

0 commit comments

Comments
 (0)