refactor: maximum links limit for map endpoint from 5000 to 30000
This commit is contained in:
@@ -1299,7 +1299,7 @@
|
|||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Maximum number of links to return",
|
"description": "Maximum number of links to return",
|
||||||
"default": 5000,
|
"default": 5000,
|
||||||
"maximum": 5000
|
"maximum": 30000
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["url"]
|
"required": ["url"]
|
||||||
|
|||||||
Reference in New Issue
Block a user