Skip to content

Commit

Permalink
Merge pull request #1135 from NatLibFi/issue1112-maxhits
Browse files Browse the repository at this point in the history
Changed the description of search parameter maxhits
  • Loading branch information
osma authored Mar 11, 2021
2 parents cacaa3e + 2a00943 commit 81d3633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
{
"name": "maxhits",
"in": "query",
"description": "Maximum number of results to return. If not given, maxhits will default to 100. (default settable in config.ttl)",
"description": "Maximum number of results to return. If not given, all results will be returned.",
"required": false,
"type": "integer"
},
Expand Down Expand Up @@ -485,7 +485,7 @@
{
"name": "maxhits",
"in": "query",
"description": "Maximum number of results to return. If not given, maxhits will default to 100. (default settable in config.ttl)",
"description": "Maximum number of results to return. If not given, all results will be returned.",
"required": false,
"type": "integer"
},
Expand Down

0 comments on commit 81d3633

Please sign in to comment.