Skip to content

Commit

Permalink
Update oas.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoberger authored Sep 21, 2023
1 parent 5daae8d commit b14c453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b14c453

Please sign in to comment.