Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
effoeffi committed Dec 10, 2023
1 parent caa337c commit e1c54f4
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions specs/revision-breaking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,7 @@ info:
servers:
- url: http://petstore.swagger.io/v1
paths:
get:
summary: List all pets
operationId: listPets
tags:
- pets
parameters:
- name: limit
in: query
description: How many items to return at one time (max 100)
required: false
schema:
type: integer
format: int32
responses:
'200':
description: A paged array of pets
headers:
x-next:
description: A link to the next page of responses
schema:
type: string
content:
application/json:
schema:
$ref: "#/components/schemas/Pets"
default:
description: unexpected error
content:
application/json:
schema:
$ref: "#/components/schemas/Error"
/pets:
post:
summary: Create a pet
operationId: createPets
Expand Down

0 comments on commit e1c54f4

Please sign in to comment.