Skip to content

Commit

Permalink
Update petstore.json
Browse files Browse the repository at this point in the history
  • Loading branch information
domharrington committed Jul 25, 2023
1 parent b33f976 commit cca7598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions petstore.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
{
"name": "limit",
"in": "query",
"description": "How many items to return at one time (max 100)",
"description": "How many items to return at one time (max 300)",
"required": false,
"schema": {
"type": "integer",
"maximum": 100,
"maximum": 300,
"format": "int32"
}
}
Expand Down

0 comments on commit cca7598

Please sign in to comment.