Skip to content

Commit

Permalink
define a default `page-size
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <phorton@sonatype.com>
  • Loading branch information
madpah committed Nov 15, 2024
1 parent 5630327 commit de44ad6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,8 @@
"required": false,
"schema": {
"type": "number",
"format": "int64"
"format": "int64",
"default": 100
}
},
"product-identifier": {
Expand Down

0 comments on commit de44ad6

Please sign in to comment.