diff --git a/apps/api/openapi.json b/apps/api/openapi.json index 7861f32a..127fe511 100644 --- a/apps/api/openapi.json +++ b/apps/api/openapi.json @@ -128,7 +128,8 @@ }, "limit": { "type": "integer", - "description": "Maximum number of pages to crawl" + "description": "Maximum number of pages to crawl", + "default": 10000 } } },