Skip to content

Commit

Permalink
Correct typos in swagger spec
Browse files Browse the repository at this point in the history
  • Loading branch information
lindenmckenzie committed Feb 6, 2024
1 parent 43b90e2 commit 8ce0b28
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,6 @@ paths:
500:
description: Internal server error

responses:
InternalError:
description: "Failed to process the request due to an internal error"

definitions:
Health:
type: object
Expand Down Expand Up @@ -379,11 +375,9 @@ definitions:
type: number
description: "The offset of the first Release in the releases payload from the first Release in the complete ordered set of Releases which match the query"
example: 130
breakdwon:
type: object
breakdown:
description: "Breakdown of the total number of Releases into defined categories"
items:
$ref: "#/definitions/Breakdown"
$ref: "#/definitions/Breakdown"
releases:
type: array
description: "List of matching Releases"
Expand All @@ -393,7 +387,7 @@ definitions:
- took
- limit
- offset
- breakdwon
- breakdown
- releases

Breakdown:
Expand Down

0 comments on commit 8ce0b28

Please sign in to comment.