refactor: maximum links limit for map endpoint from 5000 to 30000

This commit is contained in:
Ademílson Tonato 2025-05-06 16:00:15 -04:00
parent 17728379df
commit ae12c326f0
No known key found for this signature in database
GPG Key ID: 169C7BE271C9FA3A

View File

@ -1299,7 +1299,7 @@
"type": "integer",
"description": "Maximum number of links to return",
"default": 5000,
"maximum": 5000
"maximum": 30000
}
},
"required": ["url"]