Skip to content

Commit

Permalink
Update swagger.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoberger authored Sep 21, 2023
1 parent d0cda3a commit ce30c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
"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"
}
},
Expand Down

0 comments on commit ce30c06

Please sign in to comment.