From cca7598977efe55510c3974aa2956f231ee9e3cc Mon Sep 17 00:00:00 2001 From: Dom Harrington Date: Tue, 25 Jul 2023 17:19:47 +0100 Subject: [PATCH] Update petstore.json --- petstore.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/petstore.json b/petstore.json index 0597522..ed692ce 100644 --- a/petstore.json +++ b/petstore.json @@ -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" } }