Skip to content

Commit

Permalink
Reduces default limit for Suggestions, and removes the page parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
disbelief committed May 31, 2012
1 parent 20ce446 commit b536fc6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions public/data/minbox.json
Expand Up @@ -751,16 +751,9 @@
{
"Name": "limit",
"Required": "N",
"Default": "30",
"Default": "10",
"Type": "integer",
"Description": "The maximum number of results to return, or the number per page when requesting paginated results"
},
{
"Name": "page",
"Required": "N",
"Default": "1",
"Type": "integer",
"Description": "The page number, when requesting paginated results, minimum 1"
}
]
}
Expand Down

0 comments on commit b536fc6

Please sign in to comment.