Skip to content

Commit

Permalink
Merge pull request #3321 from tnmtechnologies/fix/missingRequestBodyF…
Browse files Browse the repository at this point in the history
…orCreatePetsOperation

Add requestBody to createPets operation
  • Loading branch information
lornajane authored Jan 10, 2024
2 parents 9394d36 + 9df68a1 commit 32893de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/v3.0/petstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ paths:
operationId: createPets
tags:
- pets
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Pet'
required: true
responses:
'201':
description: Null response
Expand Down

0 comments on commit 32893de

Please sign in to comment.