To Reproduce
Steps to reproduce the behavior:
- http://167.114.29.38:4003/api/v2/blocks works
- http://167.114.29.38:4003/api/v2/blocks?page=2 do not:
{
"statusCode": 400,
"error": "Bad Request",
"message": "\"limit\" is not allowed",
"validation": {
"source": "query",
"keys": [
"limit"
]
}
}
To Reproduce
Steps to reproduce the behavior:
{ "statusCode": 400, "error": "Bad Request", "message": "\"limit\" is not allowed", "validation": { "source": "query", "keys": [ "limit" ] } }