From ae12c326f00a80aca0a5800b1393d04196762eb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adem=C3=ADlson=20Tonato?= Date: Tue, 6 May 2025 16:00:15 -0400 Subject: [PATCH] refactor: maximum links limit for map endpoint from 5000 to 30000 --- apps/api/v1-openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/v1-openapi.json b/apps/api/v1-openapi.json index ba22f570..34c566c8 100644 --- a/apps/api/v1-openapi.json +++ b/apps/api/v1-openapi.json @@ -1299,7 +1299,7 @@ "type": "integer", "description": "Maximum number of links to return", "default": 5000, - "maximum": 5000 + "maximum": 30000 } }, "required": ["url"]