Skip to content

Commit 09487b6

Browse files
authored
Update crawl-endpoint.mdx
moving type pill to description
1 parent 13a0698 commit 09487b6

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
@@ -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" /> |

0 commit comments

Comments
 (0)