Skip to content

Commit fc88439

Browse files
authored
Update crawl-endpoint.mdx
fix table
1 parent 532ea00 commit fc88439

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,6 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/{account_id}/browser
221221
222222
| Optional Parameter | Description |
223223
| -------------------------------------- | --------------- |
224-
| `limit` <Type text="Number" /> | | Maximum number of pages to crawl (default is 10, maximum is 100,000) |
225-
| `depth` <Type text="Number" /> | | Maximum link depth to crawl from the starting URL |
226-
| `formats` <Type text="Array of strings" /> | | Response format (default is HTML, other options are Markdown and JSON) |
224+
| `limit` | <Type text="Number" /> | Maximum number of pages to crawl (default is 10, maximum is 100,000) |
225+
| `depth` | <Type text="Number" /> | Maximum link depth to crawl from the starting URL |
226+
| `formats` | <Type text="Array of strings" /> | Response format (default is HTML, other options are Markdown and JSON) |

0 commit comments

Comments
 (0)