From b14c453470a2253f7c380ca39df3dc9a556660ad Mon Sep 17 00:00:00 2001 From: Gregory Koberger Date: Thu, 21 Sep 2023 14:07:14 -0700 Subject: [PATCH] Update oas.yaml --- oas.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/oas.yaml b/oas.yaml index 8235804..262d0e4 100644 --- a/oas.yaml +++ b/oas.yaml @@ -3,7 +3,7 @@ info: description: 'This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.' - version: 1.0.0 + version: 1.0.1 title: Swagger Petstore termsOfService: http://swagger.io/terms/ contact: @@ -34,13 +34,13 @@ paths: post: tags: - pet - summary: Add a new pet to the store + summary: Add a new pet to the store! description: '' operationId: addPet requestBody: '$ref': '#/components/requestBodies/Pet' responses: - '405': + '503': description: Invalid input security: - petstore_auth: