From e1c54f4fff1be7666d67b74b9567ebd325872d0b Mon Sep 17 00:00:00 2001 From: effoeffi Date: Sun, 10 Dec 2023 13:42:51 +0200 Subject: [PATCH] fix yaml --- specs/revision-breaking.yaml | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/specs/revision-breaking.yaml b/specs/revision-breaking.yaml index 7ad9de9..c9c246d 100644 --- a/specs/revision-breaking.yaml +++ b/specs/revision-breaking.yaml @@ -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