From df16890f84b2d67420fa061d5fd901f04a5160bd Mon Sep 17 00:00:00 2001 From: rafaelsideguide <150964962+rafaelsideguide@users.noreply.github.com> Date: Fri, 10 May 2024 11:59:33 -0300 Subject: [PATCH] Added default value for crawlOptions.limit --- apps/api/openapi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } } },